Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/normals/Normals.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/normals/Normals.h
r5240 r13041 14 14 #include <osg/MatrixTransform> 15 15 16 class Normals: public osg::Geode 16 class Normals: public osg::Geode 17 17 { 18 18 public: … … 49 49 50 50 void _processPrimitive( unsigned int nv, 51 osg::Vec3Array::iterator coords, 51 osg::Vec3Array::iterator coords, 52 52 osg::Vec3Array::iterator normals, 53 53 osg::Geometry::AttributeBinding binding );
