Author Topic: Particle Creating  (Read 1329 times)

Offline preshus30

  • Curious Wanderer
  • *
  • Posts: 37
  • Floof-O-Meter: -1
    • View Profile
    • Hot Maps
Particle Creating
« 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!

Thierry

  • Guest
Re: Particle Creating
« Reply #1 on: June 28, 2012, 04:03:42 pm »
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

Offline preshus30

  • Curious Wanderer
  • *
  • Posts: 37
  • Floof-O-Meter: -1
    • View Profile
    • Hot Maps
Re: Particle Creating
« Reply #2 on: July 12, 2012, 11:26:07 pm »
Quote
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!