Search:

Type: Posts; User: HappySad-

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,903

    Re: Better ideas for handling objects?

    Added the depth buffer to my drawing methods, worked like a charm! Cheers, no need for custom sorting methods now :D
  2. Replies
    5
    Views
    1,903

    Re: Better ideas for handling objects?

    I would need to sort it due to this happening if it wast...

    Unsorted:
    http://i.imgur.com/qTkqiD7.png?1

    Sorted:
    http://i.imgur.com/mWuyOQB.png?1

    Anyways thanks for throwing few ideas in.. I...
  3. Replies
    5
    Views
    1,903

    Better ideas for handling objects?

    I am making a 2D top down view game in Java. And right now I have the bones set up which work.

    One question though, I have set up a class to handle all of the rendering.
    I want to know if there...
Results 1 to 3 of 3