Added new osg::AnimationPath which is contaner for a set of key frames for

defining an animation path.  To be used with osg::Transform etc.
This commit is contained in:
Robert Osfield
2002-02-27 00:58:54 +00:00
parent 7c0eb0f380
commit 1bdebcf174
5 changed files with 147 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ include $(OSGHOME)/Make/makedefs
C++FILES = \
AlphaFunc.cpp\
AnimationPath.cpp\
Billboard.cpp\
BoundingBox.cpp\
BoundingSphere.cpp\
@@ -69,6 +70,7 @@ TARGET_LIB_FILES = lib$(TARGET_BASENAME).$(SO_EXT)
TARGET_INCLUDE_FILES = \
osg/Notify\
osg/AlphaFunc\
osg/AnimationPath\
osg/Billboard\
osg/BoundingBox\
osg/BoundingSphere\