Changeset 175 for trunk/VUT/Ogre/include


Ignore:
Timestamp:
07/14/05 20:54:07 (19 years ago)
Author:
mattausch
Message:

added trees

File:
1 edited

Legend:

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

    r174 r175  
    7575                @returns occlusion query for this node 
    7676        */ 
    77         GtpVisibility::OcclusionQuery *IssueOcclusionQuery( 
     77        GtpVisibility::OcclusionQuery *IssueNodeOcclusionQuery( 
    7878                GtpVisibility::HierarchyNode *node, const bool wasVisible); 
    7979 
    8080        /** Issue a occlusion query for this mesh. 
    81                 @param node the current mesh 
    82                 @returns occlusion query for this node 
     81                @param mesh the mesh for which an occlusion query is issued. 
     82                @returns occlusion query for this mesh. 
    8383        */ 
    84         GtpVisibility::OcclusionQuery *IssueOcclusionQuery(GtpVisibility::Mesh *mesh); 
     84        GtpVisibility::OcclusionQuery *IssueMeshOcclusionQuery(GtpVisibility::Mesh *mesh); 
    8585 
    8686        /** If true, the interface finds and renders only objects which are marked as shadow casters. 
     
    106106    bool IsBoundingBoxQuery(); 
    107107 
    108         GtpVisibility::OcclusionQuery *IssueOcclusionQuery(GtpVisibility::Patch *patch); 
     108        GtpVisibility::OcclusionQuery *IssuePatchOcclusionQuery(GtpVisibility::Patch *patch); 
    109109 
    110110protected: 
    111         /** Renders geometry  
     111        /** Renders the given geometry  
    112112        */ 
    113113        void RenderGeometry(GtpVisibility::Mesh *geom); 
    114  
    115         /** Renders a patch  
     114         
     115        /** Renders the given patch  
    116116        */ 
    117117        void RenderPatch(GtpVisibility::Patch *patch); 
Note: See TracChangeset for help on using the changeset viewer.