- Timestamp:
- 06/06/08 02:58:17 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Action/RenderAction/OSGRenderPartition.h
r1198 r1286 267 267 void dropFunctor(DrawFunctor &func, 268 268 State *pState, 269 Int32 uiBuildKey); 269 Int32 uiBuildKey, 270 bool bIgnoreOverrids = false); 270 271 271 272 void dropFunctor(SimpleDrawCallback &oFunc); … … 443 444 RenderCallbackStore _vPostRenderCallbacks; 444 445 446 Node *_pNode; 447 445 448 #ifdef OSG_DEBUG 446 449 // Debug … … 470 473 471 474 void updateTopMatrix(void); 475 476 void setNode(Node *pNode); 477 Node *getNode(void ); 472 478 473 479 /*-------------------------- comparison ---------------------------------*/
