Rearranged the traversal and initialization of TerrainTechnique

This commit is contained in:
Robert Osfield
2007-03-27 16:01:01 +00:00
parent e76e4e82db
commit 4688d5ae8e
6 changed files with 69 additions and 34 deletions

View File

@@ -131,7 +131,7 @@ int main(int argc, char** argv)
if (!terrain) return 0;
return 0;
// return 0;
// add a viewport to the viewer and attach the scene graph.
viewer.setSceneData(terrain.get());