Using Display lists for a special situation
Hi there all :-). I wanna use Display list in a special situation.
I make a display list of a general shape. My required shape is a scaled version of this display list.
I made the display list with the general shape and then scale it to get my required shape. but the problem is when i scale the compiled display list the lighting is disturbed(I think my normals got problem). I scene appears dark as there is very little lighting. How can i rectify the problem.
I want u guys help me out. All ideas are welcomed :-)
manni
manni
Try putting this in your InitGL function:
glEnable(GL_NORMALIZE);
glEnable(GL_NORMALIZE);
ThomWwww.LMNOpc.com
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement