Added osg::CameraView to help application/modellers position their cameras in scenes. Note,

CameraView is *not* a camera, it isn't an active object, but a passive one that
camera must track each frame to following the path of the CameraView.
This commit is contained in:
Robert Osfield
2005-10-04 13:41:20 +00:00
parent ff9ace16b4
commit 8e9ffd09af
4 changed files with 167 additions and 0 deletions

View File

@@ -152,6 +152,10 @@ SOURCE=..\..\src\osg\CameraNode.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\CameraView.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\ClearNode.cpp
# End Source File
# Begin Source File
@@ -604,6 +608,10 @@ SOURCE=..\..\include\osg\CameraNode
# End Source File
# Begin Source File
SOURCE=..\..\include\osg\CameraView
# End Source File
# Begin Source File
SOURCE=..\..\include\osg\ClearNode
# End Source File
# Begin Source File