Ignore:
Timestamp:
04/19/05 09:12:55 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/OcclusionCullingSceneManager/src/OgreSolidHalfBoundingBox.cpp

    r26 r51  
    8989                setBoundingBox(aabb); 
    9090        } 
     91        // Override this method to prevent parent transforms (rotation,translation,scale) 
     92    void SolidHalfBoundingBox::getWorldTransforms( Matrix4* xform ) const 
     93    { 
     94                // return identity matrix to prevent parent transforms 
     95        *xform = Matrix4::IDENTITY; 
     96    } 
    9197} 
    9298 
Note: See TracChangeset for help on using the changeset viewer.