Blender Git Loki
Git Commits -> Revision 5c85deb
Revision 5c85deb by Sergej Reich (master) January 23, 2013, 05:56 (GMT) |
rigidbody: Add rigidbody module It's mostly a C API for bullet that interfaces nicely with blender. It could act as a generic interface for rigid body simulations but right now it's very specific to bullet. TODO: Fix building without bullet. Part of GSoC 2010 and 2012. Authors: Joshua Leung (aligorith), Sergej Reich (sergof) |
Commit Details:
Full Hash: 5c85deb28570a911e825af5923a7939ca5781ee7
SVN Revision: 54019
Parent Commit: e83e3b0
Lines Changed: +1334, -0
4 Added Paths:
/source/blender/rigidbody/CMakeLists.txt (+36, -0) (View)
/source/blender/rigidbody/RBI_api.h (+309, -0) (View)
/source/blender/rigidbody/rb_bullet_api.cpp (+948, -0) (View)
/source/blender/rigidbody/SConscript (+38, -0) (View)
/source/blender/rigidbody/RBI_api.h (+309, -0) (View)
/source/blender/rigidbody/rb_bullet_api.cpp (+948, -0) (View)
/source/blender/rigidbody/SConscript (+38, -0) (View)