- Timestamp:
- 12/10/07 18:30:18 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgimpostor/osgimpostor.cpp
r6941 r7648 107 107 osg::UByteArray* coordIndices = new osg::UByteArray(48,indices); 108 108 109 // share the prim tive set.109 // share the primitive set. 110 110 osg::PrimitiveSet* primitives = new osg::DrawArrays(osg::PrimitiveSet::TRIANGLES,0,48); 111 111
