Changeset 4175 for OpenSceneGraph/trunk/examples/osgforest/osgforest.cpp
- Timestamp:
- 05/09/05 15:09:07 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgforest/osgforest.cpp
r3939 r4175 386 386 387 387 osg::HeightField* grid = new osg::HeightField; 388 grid->allocate Grid(numColumns,numRows);388 grid->allocate(numColumns,numRows); 389 389 grid->setOrigin(origin); 390 390 grid->setXInterval(size.x()/(float)(numColumns-1));
