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

@@ -24,7 +24,7 @@ Windows Registry Editor Version 5.00
"buffered_value"=""
"BufferObject"=""
"BumpMapping"=""
"CameraNode"=""
"Camera"=""
"CameraView"=""
"Cartoon"=""
"CenteredPlacer"=""

View File

@@ -24,7 +24,7 @@ Windows Registry Editor Version 5.00
"buffered_value"=""
"BufferObject"=""
"BumpMapping"=""
"CameraNode"=""
"Camera"=""
"CameraView"=""
"Cartoon"=""
"CenteredPlacer"=""

View File

@@ -24,7 +24,7 @@ Windows Registry Editor Version 5.00
"buffered_value"=""
"BufferObject"=""
"BumpMapping"=""
"CameraNode"=""
"Camera"=""
"CameraView"=""
"Cartoon"=""
"CenteredPlacer"=""

View File

@@ -208,7 +208,7 @@ SOURCE=..\..\src\osg\BufferObject.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\CameraNode.cpp
SOURCE=..\..\src\osg\Camera.cpp
# End Source File
# Begin Source File
@@ -676,7 +676,7 @@ SOURCE=..\..\include\osg\BufferObject
# End Source File
# Begin Source File
SOURCE=..\..\include\osg\CameraNode
SOURCE=..\..\include\osg\Camera
# End Source File
# Begin Source File

View File

@@ -193,7 +193,7 @@ SOURCE=..\..\..\src\osgPlugins\ive\BlinkSequence.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\ive\CameraNode.cpp
SOURCE=..\..\..\src\osgPlugins\ive\Camera.cpp
# End Source File
# Begin Source File
@@ -553,7 +553,7 @@ SOURCE=..\..\..\src\osgPlugins\ive\BlinkSequence.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\ive\CameraNode.h
SOURCE=..\..\..\src\osgPlugins\ive\Camera.h
# End Source File
# Begin Source File

View File

@@ -177,7 +177,7 @@ SOURCE=..\..\..\src\osgPlugins\osg\BlendFunc.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\osg\CameraNode.cpp
SOURCE=..\..\..\src\osgPlugins\osg\Camera.cpp
# End Source File
# Begin Source File

View File

@@ -155,6 +155,22 @@ LIB32=link.exe -lib
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=..\..\src\osgViewer\View.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgViewer\Viewer.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgViewer\CompositeViewer.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgViewer\Scene.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgViewer\SimpleViewer.cpp
# End Source File
# Begin Source File
@@ -175,6 +191,26 @@ SOURCE=..\..\Include\osgViewer\GraphicsWindow
# End Source File
# Begin Source File
SOURCE=..\..\Include\osgViewer\GraphicsWindowProxy
# End Source File
# Begin Source File
SOURCE=..\..\Include\osgViewer\Scene
# End Source File
# Begin Source File
SOURCE=..\..\Include\osgViewer\View
# End Source File
# Begin Source File
SOURCE=..\..\Include\osgViewer\Viewer
# End Source File
# Begin Source File
SOURCE=..\..\Include\osgViewer\CompositeViewer
# End Source File
# Begin Source File
SOURCE=..\..\Include\osgViewer\SimpleViewer
# End Source File
# Begin Source File

View File

@@ -148,7 +148,7 @@ SOURCE=..\..\..\src\osgWrappers\osg\BufferObject.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgWrappers\osg\CameraNode.cpp
SOURCE=..\..\..\src\osgWrappers\osg\Camera.cpp
# End Source File
# Begin Source File

View File

@@ -96,17 +96,33 @@ LINK32=link.exe
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=..\..\..\src\osgWrappers\osgViewer\Export.cpp
SOURCE=..\..\..\src\osgWrappers\osgViewer\CompositeViewer.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgWrappers\osgViewer\GraphicsWindow.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgWrappers\osgViewer\GraphicsWindowProxy.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgWrappers\osgViewer\Scene.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgWrappers\osgViewer\SimpleViewer.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgWrappers\osgViewer\View.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgWrappers\osgViewer\Viewer.cpp
# End Source File
# End Group
# Begin Group "Header Files"