added COLLADA Physics export. import will follow soon.
Note that the exporter/importer doesn't handle GIMPACT and btStaticPlaneShape yet.
This commit is contained in:
@@ -77,6 +77,8 @@ public:
|
||||
//
|
||||
static void step_simulation(float dt);
|
||||
|
||||
static shared_ptr<solver_impl_t> get_solver();
|
||||
|
||||
private:
|
||||
static shared_ptr<solver_impl_t> m_impl;
|
||||
static std::set<rigid_body_t::pointer> m_rigid_bodies;
|
||||
|
||||
Reference in New Issue
Block a user