Added first cut at new AutoTransform node which will be used for generating

Transform's during the cull traversal such as for earth/sky etc.
This commit is contained in:
Robert Osfield
2002-02-03 11:38:20 +00:00
parent cc39c462de
commit af968b00bd
4 changed files with 12 additions and 3 deletions

View File

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