Changeset 8285

Show
Ignore:
Timestamp:
05/08/08 15:46:58
Author:
robert
Message:

Updated wrappers

Files:

Legend:

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

    r8279 r8285  
    553553                  "Get the const Rendering cache that is used for cached objects associated with rendering of subgraphs. ", 
    554554                  ""); 
    555         I_Method1(void, setIntialDrawCallback, IN, osg::Camera::DrawCallback *, cb, 
    556                   Properties::NON_VIRTUAL, 
    557                   __void__setIntialDrawCallback__DrawCallback_P1, 
     555        I_Method1(void, setInitialDrawCallback, IN, osg::Camera::DrawCallback *, cb, 
     556                  Properties::NON_VIRTUAL, 
     557                  __void__setInitialDrawCallback__DrawCallback_P1, 
    558558                  "Set the initial draw callback for custom operations to be done before the drawing of the camera's subgraph and pre render stages. ", 
    559559                  ""); 
     
    682682        I_SimpleProperty(osg::Camera::DrawCallback *, InitialDrawCallback,  
    683683                         __DrawCallback_P1__getInitialDrawCallback,  
    684                          0); 
    685         I_SimpleProperty(osg::Camera::DrawCallback *, IntialDrawCallback,  
    686                          0,  
    687                          __void__setIntialDrawCallback__DrawCallback_P1); 
     684                         __void__setInitialDrawCallback__DrawCallback_P1); 
    688685        I_SimpleProperty(osg::Matrixd, InverseViewMatrix,  
    689686                         __Matrixd__getInverseViewMatrix,