Advertisement

Using Display lists for a special situation

Started by October 03, 2001 12:18 PM
0 comments, last by immy 23 years, 4 months ago
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);

This topic is closed to new replies.

Advertisement