Enabled GL_CULL_FACE.
This commit is contained in:
parent
2425bbe6bd
commit
92aa2446e6
1 changed files with 7 additions and 4 deletions
|
@ -108,7 +108,7 @@ static void fgInitVisuals() {
|
||||||
|
|
||||||
glEnable( GL_DEPTH_TEST );
|
glEnable( GL_DEPTH_TEST );
|
||||||
/* glFrontFace(GL_CW); */
|
/* glFrontFace(GL_CW); */
|
||||||
/* glEnable( GL_CULL_FACE ); */
|
glEnable( GL_CULL_FACE );
|
||||||
|
|
||||||
/* If enabled, normal vectors specified with glNormal are scaled
|
/* If enabled, normal vectors specified with glNormal are scaled
|
||||||
to unit length after transformation. See glNormal. */
|
to unit length after transformation. See glNormal. */
|
||||||
|
@ -577,9 +577,12 @@ int main( int argc, char *argv[] ) {
|
||||||
|
|
||||||
|
|
||||||
/* $Log$
|
/* $Log$
|
||||||
/* Revision 1.24 1997/11/25 19:25:32 curt
|
/* Revision 1.25 1997/12/08 22:54:09 curt
|
||||||
/* Changes to integrate Durk's moon/sun code updates + clean up.
|
/* Enabled GL_CULL_FACE.
|
||||||
/*
|
/*
|
||||||
|
* Revision 1.24 1997/11/25 19:25:32 curt
|
||||||
|
* Changes to integrate Durk's moon/sun code updates + clean up.
|
||||||
|
*
|
||||||
* Revision 1.23 1997/11/15 18:16:34 curt
|
* Revision 1.23 1997/11/15 18:16:34 curt
|
||||||
* minor tweaks.
|
* minor tweaks.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue