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/Ray.cpp

    r436 r441  
    229229                dir = vssRay.GetDir() / dist; 
    230230 
    231         intersections.push_back(Intersection(dist, vssRay.mTerminationObject, 0)); 
     231        if (vssRay.mTerminationObject) 
     232                intersections.push_back(Intersection(dist, vssRay.mTerminationObject, 0)); 
    232233 
    233234        Precompute(); 
Note: See TracChangeset for help on using the changeset viewer.