Jump to content

  • Curse Sites
Become a Premium Member! Help
Latest News Article

A lwjgl query


  • Please log in to reply
No replies to this topic

#1

indijgamer

Posted 24 January 2012 - 05:43 AM

Hi All,

I am currently going through lwjgl beginner tutorials.
In most of the tutorials there is a run method which does following:
First it calls Display's create method.
Then it runs a while loop in which it calls update logic and then render method.

In render method I understand(hopefully correctly) that OpenGL methods are called to do rendering.
What I see is that every vertex of every object I want to have is handled.
Does it mean I need to do this basic low level handling for every object in my game/program?Won't it make render method too big and unmanageable?It just doesn't make sense to me.

Please rectify me if my understanding is wrong.

Manish

Register or log in to remove.