Changeset 143 for trunk/VUT/Ogre/include


Ignore:
Timestamp:
06/21/05 18:14:30 (19 years ago)
Author:
mattausch
Message:

updated visibility queries

File:
1 edited

Legend:

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

    r140 r143  
    3131        If NULL no visible meshes are not evaluated. 
    3232 
    33         @param relativeVisibility If true the visibility member for 
     33        @param projectedPixels If true the visibility member for 
    3434        NodeInfo and MeshInfo represent relative visibility; i.e. the number of visible 
    3535        pixels divided by the the number of projected pixels. 
     
    4141                            InfoContainer<GtpVisibility::NodeInfo> *visibleNodes, 
    4242                            InfoContainer<GtpVisibility::MeshInfo> *visibleGeometry, 
    43                             bool relativeVisibility = false 
     43                            bool projectedPixels = false 
    4444                            ); 
    4545     
     
    5252                               InfoContainer<GtpVisibility::NodeInfo> *visibleNodes, 
    5353                               InfoContainer<GtpVisibility::MeshInfo> *visibleGeometry, 
    54                                bool relativeVisibility = false 
     54                               bool projectedPixels = false 
    5555                               ); 
    5656     
Note: See TracChangeset for help on using the changeset viewer.