Ignore:
Timestamp:
09/06/05 13:13:18 (19 years ago)
Author:
bittner
Message:

preparing for edge based sampling. new data files added

File:
1 edited

Legend:

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

    r256 r257  
    159159                Vector3 target = t*poly.mVertices[edge] + (1.0f-t)*poly.mVertices[(edge + 1)% 
    160160                                                                                                                                                                                                                                                                                 poly.mVertices.size()]; 
    161           SetupRay(ray, point, target - point); 
     161                SetupRay(ray, point, target - point); 
    162162          CastRay(object, ray); 
    163163        } 
Note: See TracChangeset for help on using the changeset viewer.