- Timestamp:
- 04/22/08 13:39:47 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp
r8005 r8186 260 260 terrain = new osgTerrain::Terrain; 261 261 terrain->addChild(rootnode); 262 terrain->setSampleRatio(0.25f); 262 263 263 264 rootnode = terrain;
