Ignore:
Timestamp:
03/02/07 13:13:24 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreMeshInstance.h

    r2115 r2183  
    5252                                                   GtpVisibilityPreprocessor::Vector3 &normal); 
    5353 
    54         ostream &Describe(ostream &s); 
     54        std::ostream &Describe(std::ostream &s); 
    5555         
    5656 
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreOcclusionCullingSceneManager.h

    r2171 r2183  
    1313#include "Containers.h" 
    1414#include "ViewCellsManager.h" 
     15#include "VisibilityInfo.h" 
    1516 
    1617 
     
    2021 
    2122class ObjReader; 
     23 
    2224 
    2325namespace Ogre { 
     
    126128        void RenderDepthForQuery(Camera* camera, Viewport* vp); 
    127129 
     130        void _findVisibleObjects(Camera* cam, bool onlyShadowCasters); 
     131 
    128132protected: 
    129133         
     
    191195                                                                const bool fromPoint, 
    192196                                                                const bool nodeVisibility);      
     197 
     198        void AddVisibleMeshGeometryToQueue(const GtpVisibility::MeshInfoContainer &visibleGeometry, Camera *cam); 
     199        void AddVisibleNodeGeometryToQueue(const GtpVisibility::NodeInfoContainer &visibleNodes, Camera *cam); 
    193200 
    194201        ////////////////////////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.