Feral Heart
Help & Guidance => Game Help => Topic started by: preshus30 on June 28, 2012, 03:50:30 am
-
SO I'm sure its out there and I just didnt see it but could any teach me or point me in the direction of a tutorial for making particles? Greatly appreciated!
-
I never found a tutorial of making particles, the way i learned to make particle scripts was modifying other people scripts and demos particle scripts, and using the Ogre3D reference manual.
You can get a few particle scripts in FeralHeart\media\particles
Also from Ogre3D Demos (http://www.ogre3d.org/download/demos)
a few examples (ignore the C languaje code): Example Sun (http://www.ogre3d.org/tikiwiki/tiki-index.php?page=ParticleExampleSun&structure=Cookbook) and smoke effect (http://www.ogre3d.org/tikiwiki/tiki-index.php?page=ParticleSmoke&structure=Cookbook)
Or even searching in ggole for examples.
Plus here is a reference guide to help to understand the code in scripts:
Ogre Manual (http://www.ogre3d.org/docs/manual/manual_34.html)
-
I never found a tutorial of making particles, the way i learned to make particle scripts was modifying other people scripts and demos particle scripts, and using the Ogre3D reference manual.
You can get a few particle scripts in FeralHeart\media\particles
Also from Ogre3D Demos
a few examples (ignore the C languaje code): Example Sun and smoke effect
Or even searching in ggole for examples.
Plus here is a reference guide to help to understand the code in scripts:
Ogre Manual
Thank you very much!