Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.16 seconds.

  1. Replies
    5
    Views
    1,896

    Re: Better ideas for handling objects?

    What exactly does that mean?

    If you're using LWJGL, you might also want to look into something called the "depth buffer" or "z buffer", which does all of this for you.
  2. Replies
    5
    Views
    1,896

    Re: Better ideas for handling objects?

    You could use a different data structure that handles the sorting for you. At the very least you should be using the built-in sort function instead of writing your own.
Results 1 to 2 of 2