Search:

Type: Posts; User: deepthought

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    3,116

    should i pass arrays or bytebuffers?

    I've noticed that in lwjgl, the functions which would require an array in opengl require bytebuffers or floatbuffers in lwjgl. is this for speed?

    i need to be able to pass an array to a function...
  2. Replies
    1
    Views
    1,981

    float based layout manager?

    are there any layout managers out there that can set up the layout based on which fractional position of the window it takes up? or at least convert absolute coordinates into fractions? also, if i...
  3. Replies
    3
    Views
    1,820

    scanner problems

    i'm trying to use
    Scanner input = new Scanner(new File("wherefits.dat")); to load a file, but i get the exception

    Exception in thread "main" java.io.FileNotFoundException: wherefits.dat (The...
  4. Replies
    7
    Views
    4,134

    Re: rmi problems

    java.rmi.UnmarshalException: Error unmarshaling return; nested exception is:
    java.net.MalformedURLException: unknown protocol: g
    at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)...
  5. Replies
    7
    Views
    4,134

    Re: rmi problems

    it's coming form the Naming.Bind() call, i think.
  6. Replies
    7
    Views
    4,134

    Re: rmi problems

    thought so. how can i fix this?
  7. Replies
    7
    Views
    4,134

    rmi problems

    i'm trying to create a basic hello world for rmi .

    server code:



    import java.net.InetAddress;
    import java.net.MalformedURLException;
    import java.net.UnknownHostException;
    import...
  8. Replies
    3
    Views
    3,071

    Re: subtractive blending in java 2d

    say my lightmap is image A, and the texture is image B. Black will mean full light (no color subtracted). i want the red componont form image A to be subtracted form image B, and the same thing with...
  9. Replies
    4
    Views
    3,627

    Re: Java Game Project--Need a Programmer

    i know a bit about Java OpenGL and game programming stuff. maybe i could help.
  10. Replies
    11
    Views
    4,827

    can i join?

    neeed any more people? this sounds like an interesting project, and i'd like to join.
  11. Replies
    3
    Views
    3,071

    subtractive blending in java 2d

    hi. I am trying to do lightmaps in JOGL. i plan to have the textures and lightmaps stored in Graphics2D or BufferedImage objects . the program will then subtract the value of each component in the...
  12. Replies
    1
    Views
    2,925

    Re: Trying to make a bot

    if you mean a bot as an an autonomous player, you don't need a server socket connected to the game client in your final code.


    to figure out the protocol, you should have a server and client...
  13. Replies
    1
    Views
    1,587

    blending in java2d

    does anybody know how to do subtractive blending in java2d? i need to take an image and subtract each color component on each corresponding pixel on another image from it. i need to do this very...
  14. Replies
    2
    Views
    1,209

    hello there

    hi. I am trying to do java games. i am also a big fan of The Hitchhiker's guide to the galaxy series, hence the name deepthought. i am also so wierd you will think i'm form another planet >-)>-)>-)
  15. Replies
    1
    Views
    2,009

    How do i get started?????

    I want to develope java applications for an IPAQ h3900 PDA running wince 3.0. How do i get started and what JRE should i use? Also, is it possible to compile applications on the PDA itself?

    Thanks...
Results 1 to 15 of 15