Ignore:
Timestamp:
10/14/05 18:29:26 (19 years ago)
Author:
mattausch
Message:

worked on ray based subdivision

File:
1 edited

Legend:

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

    r321 r329  
    16741674        { 
    16751675                GetVertex(i, vtx); 
    1676                 side[i] = plane.Side(vtx, SIDE_TOLERANCE); 
     1676                side[i] = plane.Side(vtx); 
    16771677                if (side[i] > 0) 
    16781678                        onFrontSide = true; 
Note: See TracChangeset for help on using the changeset viewer.