collada export with bullet

Post Reply
User avatar
Tribal-Tec
Posts: 1
Joined: Thu Oct 12, 2006 2:39 pm
Location: Munich, Germany

collada export with bullet

Post by Tribal-Tec »

Hi,

I have a question concerning the export of an existing btCollisionWorld / btDynamicWorld. Where do I find the appropriate functionality? The collada demo and its converter only shows importing. There is a saveAs function though provided by the colladaConverter but it works only for already imported files as there is no way to tell the converter about other dynamicWorlds.
Maybe a a function should be provided by btCollisionWorld to save all the containing data to file. Unfortunately, I'm too lazy at the moment to do this ;) First of all I want to ensure that I don't have overlooked something.

Thanks for helping
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Post by Erwin Coumans »

It is a good idea to add some easy COLLADA save functionality to Bullet (and improve the usability of loading too). I'll add it to the TODO list.

Thanks for the feedback,
Erwin
User avatar
Dragonlord
Posts: 198
Joined: Mon Sep 04, 2006 5:31 pm
Location: Switzerland
Contact:

Re: collada export with bullet

Post by Dragonlord »

Is there any news about this exporting functionality? I'm trying to figure out how one could export a snapshot of a dynamic world for debugging purpose to either .bullet or collada file but there seems to be nothing. Just stumbled across this topic so maybe I can get some answers here.
Post Reply