Changeset 175 for trunk/VUT/Ogre/include
- Timestamp:
- 07/14/05 20:54:07 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/Ogre/include/OgrePlatformHierarchyInterface.h
r174 r175 75 75 @returns occlusion query for this node 76 76 */ 77 GtpVisibility::OcclusionQuery *Issue OcclusionQuery(77 GtpVisibility::OcclusionQuery *IssueNodeOcclusionQuery( 78 78 GtpVisibility::HierarchyNode *node, const bool wasVisible); 79 79 80 80 /** Issue a occlusion query for this mesh. 81 @param node the current mesh82 @returns occlusion query for this node81 @param mesh the mesh for which an occlusion query is issued. 82 @returns occlusion query for this mesh. 83 83 */ 84 GtpVisibility::OcclusionQuery *Issue OcclusionQuery(GtpVisibility::Mesh *mesh);84 GtpVisibility::OcclusionQuery *IssueMeshOcclusionQuery(GtpVisibility::Mesh *mesh); 85 85 86 86 /** If true, the interface finds and renders only objects which are marked as shadow casters. … … 106 106 bool IsBoundingBoxQuery(); 107 107 108 GtpVisibility::OcclusionQuery *Issue OcclusionQuery(GtpVisibility::Patch *patch);108 GtpVisibility::OcclusionQuery *IssuePatchOcclusionQuery(GtpVisibility::Patch *patch); 109 109 110 110 protected: 111 /** Renders geometry111 /** Renders the given geometry 112 112 */ 113 113 void RenderGeometry(GtpVisibility::Mesh *geom); 114 115 /** Renders apatch114 115 /** Renders the given patch 116 116 */ 117 117 void RenderPatch(GtpVisibility::Patch *patch);
Note: See TracChangeset
for help on using the changeset viewer.