Ignore:
Timestamp:
08/24/06 22:23:33 (18 years ago)
Author:
bittner
Message:

mlrt 16 ray tracing support

File:
1 edited

Legend:

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

    r1221 r1281  
    55#include <vector> 
    66 
     7#include "Intersectable.h" 
    78 
    89namespace GtpVisibilityPreprocessor { 
     
    2021                                                 SceneGraphNode **root,  
    2122                                                 const bool loadPolygonsAsMeshes = false, 
    22                                                  std::vector<Intersectable *> *parents = NULL)  
     23                                                 std::vector<FaceParentInfo> *parents = NULL)  
    2324  {return false;}; 
    2425         
Note: See TracChangeset for help on using the changeset viewer.