Changeset 8625
- Timestamp:
- 07/17/08 16:13:13
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/src/osgWrappers/osg/View.cpp
r7670 r8625 135 135 "", 136 136 ""); 137 I_MethodWithDefaults4(bool, addSlave, IN, osg::Camera *, camera, , IN, const osg::Matrix &, projectionOffset, , IN, const osg::Matrix &, viewOffse , , IN, bool, useMastersSceneData, true,137 I_MethodWithDefaults4(bool, addSlave, IN, osg::Camera *, camera, , IN, const osg::Matrix &, projectionOffset, , IN, const osg::Matrix &, viewOffset, , IN, bool, useMastersSceneData, true, 138 138 Properties::NON_VIRTUAL, 139 139 __bool__addSlave__osg_Camera_P1__C5_osg_Matrix_R1__C5_osg_Matrix_R1__bool, OpenSceneGraph/trunk/src/osgWrappers/osgViewer/ViewerBase.cpp
r8407 r8625 140 140 __void__setEndBarrierPosition__BarrierPosition, 141 141 "Set the position of the end barrier. ", 142 "AfterSwapBuffers will may result is slightly higher framerates, bymay lead to inconsistent swapping between different windows. BeforeSwapBuffers may lead to slightly lower framerate, but improve consistency in timing of swap buffers, especially important if you are likely to consistently break frame. ");142 "AfterSwapBuffers may result in slightly higher framerates, but may lead to inconsistent swapping between different windows. BeforeSwapBuffers may lead to slightly lower framerate, but improve consistency in timing of swap buffers, especially important if you are likely to consistently break frame. "); 143 143 I_Method0(osgViewer::ViewerBase::BarrierPosition, getEndBarrierPosition, 144 144 Properties::NON_VIRTUAL,
