Ignore:
Timestamp:
01/03/08 15:53:44 (17 years ago)
Author:
bittner
Message:

big merge: preparation for havran ray caster, check if everything works

File:
1 edited

Legend:

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

    r2574 r2575  
    4949        friend class IntelRayCaster; 
    5050        friend class InternalRayCaster; 
     51        friend class HavranRayCaster; 
    5152 
    5253public: 
     
    193194 
    194195        static bool LoadObjects(const string &filename, 
    195                                     ObjectContainer &pvsObjects,  
    196                                                         const ObjectContainer &preprocessorObject); 
     196                                ObjectContainer &pvsObjects,  
     197                                const ObjectContainer &preprocessorObject); 
    197198 
    198199 
     
    275276        bool ExportBinaryObj(const std::string &filename, SceneGraphNode *root); 
    276277 
    277         void SetupRay(Ray &ray, const Vector3 &point, const Vector3 &direction) const; 
     278        void SetupRay(Ray &ray, const Vector3 &point, 
     279                      const Vector3 &direction) const; 
    278280 
    279281        void EvalPvsStat(); 
Note: See TracChangeset for help on using the changeset viewer.