mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
*** empty log message ***
This commit is contained in:
parent
0531b047af
commit
ae790734f5
@ -24,6 +24,9 @@
|
||||
History
|
||||
|
||||
$Log$
|
||||
Revision 1.11 2005/11/20 23:48:01 alemochi
|
||||
*** empty log message ***
|
||||
|
||||
Revision 1.10 2005/11/20 23:40:23 alemochi
|
||||
Added updating normalperface
|
||||
|
||||
@ -93,7 +96,7 @@ void GLArea::initializeGL()
|
||||
glEnable(GL_CULL_FACE);
|
||||
glEnable(GL_NORMALIZE);
|
||||
|
||||
GLfloat p[] = {0,1,0,0};
|
||||
GLfloat p[] = {0,0,1,0};
|
||||
|
||||
glLightfv(GL_LIGHT0,GL_POSITION,p);
|
||||
glEnable(GL_LIGHT0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user