Changeset 925 for GTP/trunk/Lib/Vis/Preprocessing
- Timestamp:
- 05/08/06 06:55:17 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
r904 r925 189 189 Preprocessor::LoadScene(const string filename) 190 190 { 191 // use leaf nodes of the original spatial hie arrchy as occludees191 // use leaf nodes of the original spatial hierarchy as occludees 192 192 mSceneGraph = new SceneGraph; 193 193 … … 233 233 234 234 if (result) 235 235 { 236 236 // HACK 237 237 //AddGeometry(mSceneGraph);
Note: See TracChangeset
for help on using the changeset viewer.