push/popmatrix()

Started by
11 comments, last by phueppl1 23 years, 8 months ago
ok...

resume: i''ll make for each frame of the animation 1 displaylist.
right? this means, that i takes more RAM, but i wouldn''t have to rotate and transform and loadidentity() that much at runtime....

ok,
thx a lot for all of your help...

cya around,

Phil
Visit Rarebyte! and no!, there are NO kangaroos in Austria (I got this question a few times over in the states ;) )
Advertisement
All you will have to do is orient the model in your world with translate''s and rotate''s and then call the display list of the proper frame of animation. Good luck.

I wanrned you! Didn't I warn you?! That colored chalk was forged by Lucifer himself!
"... we should have such an empire for liberty as she has never surveyed since the creation ..."Thomas Jefferson
One thing to note, once you have built the display list, you can get rid of your vertex info (saves RAM that way).

Morgan

This topic is closed to new replies.

Advertisement