Normalisation Question

Started by
2 comments, last by CheeseMonger 21 years, 9 months ago
If I calculate and normalise all of my surface normals manually, ( i.e. all normal vectors have a length of 1 when passed to glNormal ), is it neccesary to glEnable(GL_NORMALIZE) ? Cheers, - CheeseMonger
- CheeseMonger
Advertisement
Nope.
Cool.

- CheeseMonger
- CheeseMonger
As long as you don''t glScale anything, then no.
If at first you don't succeed, redefine success.

This topic is closed to new replies.

Advertisement