Changeset 8285
- Timestamp:
- 05/08/08 15:46:58
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/src/osgWrappers/osg/Camera.cpp
r8279 r8285 553 553 "Get the const Rendering cache that is used for cached objects associated with rendering of subgraphs. ", 554 554 ""); 555 I_Method1(void, setIn tialDrawCallback, IN, osg::Camera::DrawCallback *, cb,556 Properties::NON_VIRTUAL, 557 __void__setIn tialDrawCallback__DrawCallback_P1,555 I_Method1(void, setInitialDrawCallback, IN, osg::Camera::DrawCallback *, cb, 556 Properties::NON_VIRTUAL, 557 __void__setInitialDrawCallback__DrawCallback_P1, 558 558 "Set the initial draw callback for custom operations to be done before the drawing of the camera's subgraph and pre render stages. ", 559 559 ""); … … 682 682 I_SimpleProperty(osg::Camera::DrawCallback *, InitialDrawCallback, 683 683 __DrawCallback_P1__getInitialDrawCallback, 684 0); 685 I_SimpleProperty(osg::Camera::DrawCallback *, IntialDrawCallback, 686 0, 687 __void__setIntialDrawCallback__DrawCallback_P1); 684 __void__setInitialDrawCallback__DrawCallback_P1); 688 685 I_SimpleProperty(osg::Matrixd, InverseViewMatrix, 689 686 __Matrixd__getInverseViewMatrix,
