Okay so here I am using the PArray to generate explosion physics, and it's doing the job just great! Except for the fact that I need to export the physics animation. The instanced geometry produced by the physics calculations is attached to the PArray, and the PArray isn't exportable.
Is there any way to:
A. Fiddle with options or use some tricks to turn the instanced geometry into real geometry
B. Seperate the instanced geometry from the PArray
C. Export the PArray into some sort of readable format for use in games(such as .DAE)
D. Shit someone just help me please
Replies