- Timestamp:
- 04/20/05 16:51:13 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgpointsprite/osgpointsprite.cpp
r3242 r4069 60 60 osg::Point *point = new osg::Point(); 61 61 point->setSize(size); 62 set->setAttribute AndModes(point, osg::StateAttribute::ON);62 set->setAttribute(point); 63 63 64 64 /// Disable depth test to avoid sort problems and Lighting
