Changeset 4175 for OpenSceneGraph/trunk/examples/osgshape/osgshape.cpp
- Timestamp:
- 05/09/05 15:09:07 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgshape/osgshape.cpp
r3701 r4175 47 47 48 48 osg::HeightField* grid = new osg::HeightField; 49 grid->allocate Grid(38,39);49 grid->allocate(38,39); 50 50 grid->setXInterval(0.28f); 51 51 grid->setYInterval(0.28f);
