Changeset 8625

Show
Ignore:
Timestamp:
07/17/08 16:13:13
Author:
robert
Message:

Updated wrappers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/src/osgWrappers/osg/View.cpp

    r7670 r8625  
    135135                              "", 
    136136                              ""); 
    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, 
    138138                              Properties::NON_VIRTUAL, 
    139139                              __bool__addSlave__osg_Camera_P1__C5_osg_Matrix_R1__C5_osg_Matrix_R1__bool, 
  • OpenSceneGraph/trunk/src/osgWrappers/osgViewer/ViewerBase.cpp

    r8407 r8625  
    140140                  __void__setEndBarrierPosition__BarrierPosition, 
    141141                  "Set the position of the end barrier. ", 
    142                   "AfterSwapBuffers will may result is slightly higher framerates, by 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. "); 
     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. "); 
    143143        I_Method0(osgViewer::ViewerBase::BarrierPosition, getEndBarrierPosition, 
    144144                  Properties::NON_VIRTUAL,