Hello all,
How can I create an explosion effect for an image?
Thanks in advance
Edit:
I want to give an explosion effect for a game object. So it will explode and disappear from screen.
Probably, my options are:
1 - I can triangulate that GO:s current view and I can create small GO pieces and animate that pieces’ positions and transparencies. But this option has a question: How can i render a GO as a texture? Does DEFOLD support for render textures ?
2 - I can mess and do it with shaders. However, that option has a question too: Is there a documentation about shader development for DEFOLD ?
3 - Some other option what I have not imagined till now. This one has the best question: What is it ?
I am newbie on DEFOLD and It feels like it could be done easily. But it became a pain because of poor documentation