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:
@@ -55,6 +55,10 @@ public:
|
||||
|
||||
virtual void set_split_impulse(bool enabled) = 0;
|
||||
|
||||
virtual void export_collada_file(const char* fileName) = 0;
|
||||
|
||||
virtual void import_collada_file(const char* filename) = 0;
|
||||
|
||||
virtual void step_simulation(float dt) = 0;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user