Moved osg::DOFTransform to osgSim::DOFTransform.

Fixed crash associated with .osg files which contain empty description fields.

From Sondra Inverson, added support to .ive plugin for osgSim::DOFTransform.
This commit is contained in:
Robert Osfield
2003-11-25 14:11:05 +00:00
parent 032909f8c7
commit 31c5528ffb
26 changed files with 246 additions and 203 deletions

View File

@@ -1727,6 +1727,9 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name Core osgUtil
End Project Dependency
Begin Project Dependency
Project_Dep_Name Core osgSim
End Project Dependency
}}}
###############################################################################

View File

@@ -181,10 +181,6 @@ SOURCE=..\..\src\osg\DisplaySettings.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\DOFTransform.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\Drawable.cpp
# End Source File
# Begin Source File
@@ -561,10 +557,6 @@ SOURCE=..\..\include\osg\DisplaySettings
# End Source File
# Begin Source File
SOURCE=..\..\include\osg\DOFTransform
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\Drawable
# End Source File
# Begin Source File

View File

@@ -134,6 +134,10 @@ SOURCE=..\..\..\src\osgPlugins\ive\DataOutputStream.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\ive\DOFTransform.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\ive\Drawable.cpp
# End Source File
# Begin Source File
@@ -382,6 +386,10 @@ SOURCE=..\..\..\src\osgPlugins\ive\DrawElementsUShort.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\ive\DOFTransform.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\ive\Exception.h
# End Source File
# Begin Source File

View File

@@ -190,13 +190,19 @@ LINK32=link.exe
SOURCE=..\..\..\src\osgPlugins\osgSim\IO_LightPointNode.cpp
SOURCE=..\..\..\src\osgPlugins\osgSim\IO_DOFTransform.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\osgSim\IO_LightPointNode.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\osgSim\IO_LightPoint.cpp

View File

@@ -97,6 +97,10 @@ SOURCE=..\..\src\osgSim\BlinkSequence.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgSim\DOFTransform.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgSim\LightPoint.cpp
# End Source File
# Begin Source File
@@ -141,6 +145,10 @@ SOURCE=..\..\include\osgSim\BlinkSequence
# End Source File
# Begin Source File
SOURCE=..\..\include\osgSim\DOFTransform
# End Source File
# Begin Source File
SOURCE=..\..\include\osgSim\LightPoint
# End Source File
# Begin Source File