Introduce new osgViewer::Renderer class for implementing of the rendering

of cameras in viewers
This commit is contained in:
Robert Osfield
2007-08-02 11:02:47 +00:00
parent 1b36cfc928
commit c346f5b943
27 changed files with 1040 additions and 1137 deletions

View File

@@ -621,10 +621,15 @@ BEGIN_OBJECT_REFLECTOR(osg::State)
__void__setFrameStamp__FrameStamp_P1,
"Set the frame stamp for the current frame. ",
"");
I_Method0(osg::FrameStamp *, getFrameStamp,
Properties::NON_VIRTUAL,
__FrameStamp_P1__getFrameStamp,
"Get the frame stamp for the current frame. ",
"");
I_Method0(const osg::FrameStamp *, getFrameStamp,
Properties::NON_VIRTUAL,
__C5_FrameStamp_P1__getFrameStamp,
"Get the frame stamp for the current frame. ",
"Get the const frame stamp for the current frame. ",
"");
I_Method1(void, setDisplaySettings, IN, osg::DisplaySettings *, vs,
Properties::NON_VIRTUAL,
@@ -795,7 +800,7 @@ BEGIN_OBJECT_REFLECTOR(osg::State)
0,
__void__setFogCoordPointer__C5_Array_P1);
I_SimpleProperty(osg::FrameStamp *, FrameStamp,
0,
__FrameStamp_P1__getFrameStamp,
__void__setFrameStamp__FrameStamp_P1);
I_SimpleProperty(const osg::StateAttribute *, GlobalDefaultAttribute,
0,