- Timestamp:
- 11/28/06 17:00:52 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgtexture1D/osgtexture1D.cpp
r5381 r5763 64 64 osg::TexGen* texgen = new osg::TexGen; 65 65 texgen->setMode(osg::TexGen::OBJECT_LINEAR); 66 texgen->setPlane(osg::TexGen::S,osg:: Vec4(0.0f,0.0f,zScale,-zBase));66 texgen->setPlane(osg::TexGen::S,osg::Plane(0.0f,0.0f,zScale,-zBase)); 67 67 68 68 osg::Material* material = new osg::Material;
