- Timestamp:
- 04/18/08 04:05:46 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Action/RenderAction/OSGRenderPartition.h
r997 r1177 290 290 /*-------------------------- comparison ---------------------------------*/ 291 291 292 void overrideMaterial( Material*pMaterial,293 NodePtrConstArgpNode );294 295 Material *getMaterial (void );292 void overrideMaterial( Material *pMaterial, 293 const NodePtr pNode ); 294 295 Material *getMaterial (void ); 296 296 297 297 /*-------------------------- comparison ---------------------------------*/ … … 305 305 306 306 // test a single node 307 bool isVisible ( Node*pNode);307 bool isVisible ( Node *pNode); 308 308 309 309 // visibility levels 310 bool pushVisibility( NodePtrConstArgpNode);311 void popVisibility ( void);310 bool pushVisibility(const NodePtr pNode); 311 void popVisibility ( void ); 312 312 313 313 /*-------------------------- comparison ---------------------------------*/
