Changeset 144 for trunk/VUT/Ogre/include


Ignore:
Timestamp:
06/22/05 00:38:49 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r143 r144  
    4141                            InfoContainer<GtpVisibility::NodeInfo> *visibleNodes, 
    4242                            InfoContainer<GtpVisibility::MeshInfo> *visibleGeometry, 
    43                             bool projectedPixels = false 
     43                            bool relativeVisibility = false 
    4444                            ); 
    4545     
     
    5252                               InfoContainer<GtpVisibility::NodeInfo> *visibleNodes, 
    5353                               InfoContainer<GtpVisibility::MeshInfo> *visibleGeometry, 
    54                                bool projectedPixels = false 
     54                               bool relativeVisibility = false 
    5555                               ); 
    5656     
     
    7373             );   
    7474 
    75         /** Sets a viewport to render into. 
     75        /** Sets a viewport for rendering. 
    7676        */ 
    7777        void SetViewport(Viewport *vp); 
Note: See TracChangeset for help on using the changeset viewer.