Ignore:
Timestamp:
08/28/06 21:13:40 (18 years ago)
Author:
bittner
Message:

intel ray caster updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.h

    r1288 r1292  
    8787  */ 
    8888  bool PrepareViewCells(); 
    89    
     89 
     90  /** Construct viewcells (if not already loaded) */ 
     91  bool 
     92  ConstructViewCells(); 
     93 
    9094  /** Returns the specified sample strategy, NULL if no valid strategy. 
    9195  */ 
     
    168172          ); 
    169173 
     174  Intersectable * 
     175  CastSimpleRay( 
     176                                const Vector3 &viewPoint, 
     177                                const Vector3 &direction, 
     178                                const AxisAlignedBox3 &box, 
     179                                Vector3 &point, 
     180                                Vector3 &normal 
     181                                ); 
     182   
    170183  //////////////////////////////////////////////// 
    171184 
Note: See TracChangeset for help on using the changeset viewer.