Ignore:
Timestamp:
01/23/06 02:56:48 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/X3dExporter.cpp

    r547 r564  
    12541254 
    12551255        // box should not never remove part of beam polygons 
    1256         Vector3 bmin = beam.mBox.Min() - Vector3(zfar * 2.0); 
    1257         Vector3 bmax = beam.mBox.Max() + Vector3(zfar * 2.0); 
     1256        Vector3 bmin = beam.mBox.Min() - Vector3(zfar * 2.0f); 
     1257        Vector3 bmax = beam.mBox.Max() + Vector3(zfar * 2.0f); 
    12581258 
    12591259        AxisAlignedBox3 bbox(bmin, bmax); 
Note: See TracChangeset for help on using the changeset viewer.