if glVertex3f(..) is slow how should I draw everything ?

Started by
11 comments, last by cippyboy 21 years, 9 months ago
If some of the stuff that you''re drawing doesn''t change, use display lists. I modified Trent''s terrain engine and it runs around 500 fps (fast computer ).
Advertisement
I think I understand vertex arrays. But I have a question. Can you use multitexturing with them?
Yes, you most certainly can. You just have to call glActiveTextureARB() and glClientActiveTextureARB() before calling glTexCoordPointer().
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers

This topic is closed to new replies.

Advertisement