SceneGraph support for bounding boxs

This commit is contained in:
Kester Maddock
2004-05-16 12:54:44 +00:00
parent 3e6b05f607
commit c50055204d
10 changed files with 801 additions and 11 deletions

View File

@@ -1,12 +1,16 @@
#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')
sg_scenegraph_env = library_env.Copy ()
source_files = ['SG_Controller.cpp',
source_files = ['SG_BBox.cpp',
'SG_Controller.cpp',
'SG_IObject.cpp',
'SG_Node.cpp',
'SG_Spatial.cpp']
'SG_Spatial.cpp',
'SG_Tree.cpp']
sg_scenegraph_env.Append (CPPPATH=['.',
'#intern/moto/include'