Changeset 2710 for GTP/trunk/Lib/Vis/Preprocessing/src/SceneGraph.cpp
- Timestamp:
- 05/26/08 04:01:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/SceneGraph.cpp
r2709 r2710 281 281 { 282 282 mTrafo = IdentityMatrix(); 283 284 283 mIntersectable = new SceneGraphLeafIntersectable(this, mBox); 285 284 } … … 289 288 { 290 289 mTrafo = IdentityMatrix(); 290 mIntersectable = new SceneGraphLeafIntersectable(this, mBox); 291 291 } 292 292 … … 336 336 mTrafo = copy.mTrafo; 337 337 mIsDynamic = copy.mIsDynamic; 338 339 mIntersectable = new SceneGraphLeafIntersectable(this, mBox); 338 340 mHasChanged = true; 339 341 }
Note: See TracChangeset
for help on using the changeset viewer.