Ignore:
Timestamp:
12/01/05 18:50:06 (19 years ago)
Author:
mattausch
Message:

added visibilitymanager
removed area computation from bsp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VssRay.h

    r438 r441  
    7777 
    7878        if (!ray.intersections.empty()) 
    79           { 
     79        { 
    8080                mTermination = ray.Extrap(ray.intersections[0].mT); 
    8181                mTerminationObject = ray.intersections[0].mObject; 
    82           } 
     82        } 
    8383        else 
    84           { 
     84        { 
    8585                mTermination = ray.Extrap(1e6);//TODO: should be Limits::Infinity 
    8686                mTerminationObject = NULL; 
    87           } 
     87        } 
    8888 
    8989        Precompute(); 
Note: See TracChangeset for help on using the changeset viewer.