- Timestamp:
- 05/05/08 07:12:19 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Action/RenderAction/OSGRenderAction.h
r1177 r1198 135 135 /*------------------------- your_category -------------------------------*/ 136 136 137 ResultE recurceNoNodeCallbacks( const NodePtrnode);137 ResultE recurceNoNodeCallbacks(Node * const node); 138 138 139 139 /*------------------------- your_operators ------------------------------*/ … … 191 191 /*------------------------- comparison ----------------------------------*/ 192 192 193 void overrideMaterial( Material *pMaterial,194 const NodePtrpNode );193 void overrideMaterial(Material * pMaterial, 194 Node * const pNode ); 195 195 196 196 Material *getMaterial ( void ); … … 428 428 //--------------------------------------------------------------------------- 429 429 430 Action::ResultE MaterialDrawableRenderEnter( const NodeCorePtr &pCore,431 Action *action);432 433 Action::ResultE MaterialDrawableRenderLeave( const NodeCorePtr &pCore,434 Action *action);430 Action::ResultE MaterialDrawableRenderEnter(NodeCore * const pCore, 431 Action * action); 432 433 Action::ResultE MaterialDrawableRenderLeave(NodeCore * const pCore, 434 Action * action); 435 435 436 436 OSG_END_NAMESPACE
