Renamed osg::CameraNode to osg::Camera, cleaned up osg::View.

Added beginnings of new osgViewer::Scene,View,Viewer,CompositeViewer and GraphicsWindowProxy files.
This commit is contained in:
Robert Osfield
2006-11-27 14:52:07 +00:00
parent b82e521444
commit fd2ffeb310
110 changed files with 2257 additions and 1466 deletions

View File

@@ -102,6 +102,10 @@ BEGIN_VALUE_REFLECTOR(osg::Matrixd)
__void__makeIdentity,
"",
"");
I_Method0(bool, isIdentity,
__bool__isIdentity,
"",
"");
I_Method1(void, makeScale, IN, const osg::Vec3f &, x,
__void__makeScale__C5_Vec3f_R1,
"",
@@ -246,14 +250,6 @@ BEGIN_VALUE_REFLECTOR(osg::Matrixd)
__Vec4d__postMult__C5_Vec4d_R1,
"",
"");
I_Method1(void, set, IN, const osg::Quat &, q,
__void__set__C5_Quat_R1,
"",
"");
I_Method1(void, get, IN, osg::Quat &, q,
__void__get__Quat_R1,
"",
"");
I_Method1(void, setRotate, IN, const osg::Quat &, q,
__void__setRotate__C5_Quat_R1,
"",