Ignore:
Timestamp:
07/14/05 09:06:16 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r156 r174  
    106106    bool IsBoundingBoxQuery(); 
    107107 
     108        GtpVisibility::OcclusionQuery *IssueOcclusionQuery(GtpVisibility::Patch *patch); 
    108109 
    109110protected: 
     
    111112        */ 
    112113        void RenderGeometry(GtpVisibility::Mesh *geom); 
     114 
     115        /** Renders a patch  
     116        */ 
     117        void RenderPatch(GtpVisibility::Patch *patch); 
    113118 
    114119        /** Materials for visualizing frustum and query culled nodes. 
Note: See TracChangeset for help on using the changeset viewer.