Ignore:
Timestamp:
05/26/08 04:01:24 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/SceneGraph.cpp

    r2709 r2710  
    281281{ 
    282282        mTrafo = IdentityMatrix(); 
    283  
    284283        mIntersectable = new SceneGraphLeafIntersectable(this, mBox); 
    285284} 
     
    289288{ 
    290289    mTrafo = IdentityMatrix(); 
     290        mIntersectable = new SceneGraphLeafIntersectable(this, mBox); 
    291291} 
    292292 
     
    336336        mTrafo = copy.mTrafo; 
    337337        mIsDynamic = copy.mIsDynamic; 
     338 
     339        mIntersectable = new SceneGraphLeafIntersectable(this, mBox); 
    338340        mHasChanged = true; 
    339341} 
Note: See TracChangeset for help on using the changeset viewer.