How to add my own particle system data into Collada?

Hello all,

I want to add my own paritcle system data into Collada for package sharing.
What’s the best way for it?

Thanks,
Zhong Min

The <extra> element is the basis for extension in Collada. If you take a modeling package (Blender, Max, SoftImage, etc) and export a model in Collada, you can search in the model file for “extra” to see an example of how extension works in Collada.

It seems <extra> is my only choice, since I don’t plan to improve library FCollada.

Thank you, Sthomas.