Browse Source

add speedtree

David Rose 15 years ago
parent
commit
803ef5effd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/ffi/panda3d.py

+ 1 - 0
direct/src/ffi/panda3d.py

@@ -13,6 +13,7 @@ panda3d_modules = {
     "physx"       : "libpandaphysx",
     "ai"          : "libpandaai",
     "awesomium"   : "libp3awesomium",
+    "speedtree"   : "libpandaspeedtree",
 }
 
 class panda3d_import_manager: