Changeset 10765 for OpenSceneGraph/trunk/src/osg/StateSet.cpp
- Timestamp:
- 11/17/09 16:54:20 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/StateSet.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/StateSet.cpp
r10745 r10765 535 535 setMode(GL_DEPTH_TEST,StateAttribute::ON); 536 536 537 #if !defined(OSG_GLES2_AVAILABLE)537 #if defined(OSG_GL_FIXED_FUNCTION_AVAILABLE) 538 538 539 539 // setAttributeAndModes(new AlphaFunc,StateAttribute::OFF);
