Changeset 119 for trunk/VUT/Ogre/include


Ignore:
Timestamp:
05/31/05 00:57:01 (19 years ago)
Author:
mattausch
Message:
 
Location:
trunk/VUT/Ogre/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/include/OgreVisibilityOctreeSceneManager.h

    r118 r119  
    6464protected: 
    6565        /** Creates material for depth pass, e.g., a pass that only fills the depth buffer */ 
    66         void CreateDepthPass(); 
     66        void InitDepthPass(); 
    6767        void ShowVisualization(Camera *cam); 
    6868        OctreeHierarchyInterface *mHierarchyInterface; 
  • trunk/VUT/Ogre/include/OgreVisibilityTerrainSceneManager.h

    r118 r119  
    6464protected: 
    6565        /** Creates material for depth pass, e.g., a pass that only fills the depth buffer */ 
    66         void CreateDepthPass(); 
     66        void InitDepthPass(); 
    6767        void ShowVisualization(Camera *cam); 
    6868        OctreeHierarchyInterface *mHierarchyInterface; 
Note: See TracChangeset for help on using the changeset viewer.