From Marco Jez, implemented I/O support for the AutoTransform node.

This commit is contained in:
Robert Osfield
2004-06-14 20:12:04 +00:00
parent 3eea9dc1a7
commit 616ee0928a
2 changed files with 5 additions and 0 deletions

View File

@@ -102,6 +102,10 @@ SOURCE=..\..\..\src\osgPlugins\osg\AnimationPath.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\osg\AutoTransform.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\osg\Billboard.cpp
# End Source File
# Begin Source File

View File

@@ -4,6 +4,7 @@ include $(TOPDIR)/Make/makedefs
CXXFILES =\
AlphaFunc.cpp\
AnimationPath.cpp\
AutoTransform.cpp\
Billboard.cpp\
BlendFunc.cpp\
ClipPlane.cpp\