Ignore:
Timestamp:
05/15/08 13:02:00 (16 years ago)
Author:
mattausch
Message:

started working on dynamic objects

File:
1 edited

Legend:

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

    r2660 r2678  
    368368                                                                                                  const bool isTermination) const 
    369369{ 
     370        // dynamic objects are scene graph leaves 
    370371#if DYNAMIC_OBJECTS_HACK 
    371  
    372 #if USE_TRANSFORMED_MESH_INSTANCE_HACK 
    373         if (ray.mTerminationObject->Type() == Intersectable::TRANSFORMED_MESH_INSTANCE) 
    374                 return ray.mTerminationObject; 
    375 #else 
    376372        if (ray.mTerminationObject->Type() == Intersectable::SCENEGRAPHLEAF_INTERSECTABLE) 
    377373                return ray.mTerminationObject; 
    378374#endif 
    379375 
    380 #endif 
    381376        if (mUseKdPvs) 
    382377        { 
Note: See TracChangeset for help on using the changeset viewer.