Changeset 144 for trunk/VUT/Ogre/include
- Timestamp:
- 06/22/05 00:38:49 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/Ogre/include/OgrePlatformQueryManager.h
r143 r144 41 41 InfoContainer<GtpVisibility::NodeInfo> *visibleNodes, 42 42 InfoContainer<GtpVisibility::MeshInfo> *visibleGeometry, 43 bool projectedPixels= false43 bool relativeVisibility = false 44 44 ); 45 45 … … 52 52 InfoContainer<GtpVisibility::NodeInfo> *visibleNodes, 53 53 InfoContainer<GtpVisibility::MeshInfo> *visibleGeometry, 54 bool projectedPixels= false54 bool relativeVisibility = false 55 55 ); 56 56 … … 73 73 ); 74 74 75 /** Sets a viewport to render into.75 /** Sets a viewport for rendering. 76 76 */ 77 77 void SetViewport(Viewport *vp);
Note: See TracChangeset
for help on using the changeset viewer.