Weird Quirk

Started by
0 comments, last by Brobanx 22 years, 4 months ago
I''m trynna set up a class to handle creating and destorying all the lights in my scene... and just to push it to its limits, I made it create a new light each time it renders the scene. Whenever it hits the maximum number of lights (GL_MAX_LIGHTS) and any object being rendered is supposed to move (a spinning cube in my case), there''s a little quarter-second blip where it spins the cube faster than it should, then goes back to rendering normally. Is this just something I''ll have to live with?
Advertisement
Forget this post, fixed it anyway. Sorry if anyone actually read this =/

This topic is closed to new replies.

Advertisement