Changeset 703 for GTP/trunk/Lib/Vis/Preprocessing/src/X3dParser.cpp
- Timestamp:
- 03/16/06 07:06:22 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/X3dParser.cpp
r694 r703 54 54 static SAXParser::ValSchemes valScheme = SAXParser::Val_Auto; 55 55 56 #define ROTATE_SCENE 156 #define ROTATE_SCENE 0 57 57 58 58 … … 125 125 126 126 mesh->mFaces.push_back(new Face(vc)); 127 //if (ROTATE_SCENE)127 if (ROTATE_SCENE) 128 128 RotateMesh(mesh); 129 129 mesh->Preprocess(); … … 143 143 { 144 144 // HACK 145 //if (ROTATE_SCENE)145 if (ROTATE_SCENE) 146 146 RotateMesh(mCurrentMesh); 147 147 mCurrentMesh->Preprocess();
Note: See TracChangeset
for help on using the changeset viewer.