Changeset 2395 for OpenSceneGraph/trunk/examples/osgshape/osgshape.cpp
- Timestamp:
- 10/27/03 17:07:21 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgshape/osgshape.cpp
r1984 r2395 43 43 geode->addDrawable(new osg::ShapeDrawable(new osg::Cylinder(osg::Vec3(6.0f,0.0f,0.0f),radius,height),hints)); 44 44 45 osg:: Grid* grid = new osg::Grid;45 osg::HeightField* grid = new osg::HeightField; 46 46 grid->allocateGrid(38,39); 47 47 grid->setXInterval(0.28f);
