Ignore:
Timestamp:
10/09/06 15:57:28 (18 years ago)
Author:
mattausch
Message:

resolved bug for object space distribution using triangles
fixed biasing bug for mesh::GetRandomSurfacePoint? method and
GetRandomVisibleSurfacePoint?.

File:
1 edited

Legend:

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

    r1581 r1586  
    983983 
    984984        int viewCellId; 
    985          
    986         int len = attributes.getLength(); 
     985        const int len = attributes.getLength(); 
    987986           
    988987        for (int i = 0; i < len; ++ i)  
     
    10381037{ 
    10391038        AxisAlignedPlane plane; 
    1040         int len = attributes.getLength(); 
     1039        const int len = attributes.getLength(); 
    10411040 
    10421041        for (int i = 0; i < len; ++ i)  
Note: See TracChangeset for help on using the changeset viewer.