- Timestamp:
- 05/05/08 07:12:19 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Action/RenderAction/OSGRenderPartition.h
r1177 r1198 290 290 /*-------------------------- comparison ---------------------------------*/ 291 291 292 void overrideMaterial( Material *pMaterial,293 const NodePtrpNode );292 void overrideMaterial(Material * pMaterial, 293 Node * const pNode ); 294 294 295 295 Material *getMaterial (void ); … … 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( const NodePtrpNode);311 void popVisibility ( void);310 bool pushVisibility(Node * const pNode); 311 void popVisibility (void ); 312 312 313 313 /*-------------------------- comparison ---------------------------------*/ … … 419 419 420 420 Material *_pMaterial; 421 Node Ptr_pMaterialNode;421 Node *_pMaterialNode; 422 422 423 423 // Target
