- Timestamp:
- 03/11/04 10:04:02 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgtexturerectangle/osgtexturerectangle.cpp
r2059 r2803 124 124 125 125 osg::Vec3Array* normals = new osg::Vec3Array(1); 126 (*normals)[0].set( -1.0f,0.0f,0.0f);126 (*normals)[0].set(0.0f,-1.0f,0.0f); 127 127 geom->setNormalArray(normals); 128 128 geom->setNormalBinding(osg::Geometry::BIND_OVERALL);
