-
draw list
hello
i need a draw list in mt program to keep the rendering after each action on the screen, but i am not sure how to use it,plz any help will be good
-
Junior Member
Regular Contributor
-
Re: draw list
thank u
-
Re: draw list
i want t create a menu with each entry display a shape
but i need the previously displayed ones to be still on the screen will the display list be helpful?
and how where i call it
-
Super Moderator
OpenGL Lord
Re: draw list
Each frame, re-render everything that must appear.
If *really* (ie for performance reasons) you have to do incremental rendering, you will have to copy the mpixels to a texture and draw that as impostor for example.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules