View Full Version : vertex normals
if i specify a normal for a vertex, will opengl use that same normal for every subsequent vertex? or do i have to call glNormal3fv(normal); before every single vertex i draw?
Fredy
02-19-2001, 10:24 AM
OpenGL is a state maschine. So it work without entering the same normal again.
Lord Iceman
02-19-2001, 10:26 AM
The only thing that you must do is to try it with one CTRL-INS and SHIFT-INS and recompiling it....:-))
(it works)
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.