More particle confusion

Started by
12 comments, last by Dr Pain 22 years, 5 months ago
Think of a rocket as the emitter and a smoke trail as the particles. You don''t check the smoke for collisions, you check the rocket.

If you have a stationary gun, make it fire an emitter and create some kind of particle effect trail. If you want a single particle make the emitter create a new particle every frame, and the particle lasts for 1 frame.


Author of Power Render (http:/www.powerrender.com)
Advertisement
Ok, but now think of when that rocket emitter strikes a wall, and spawns an explosion emitter. The particles from that emitter will go through the wall.

Or, consider a fountain. An emitter is set up to generate particles in an semi-random upward vector with gravity applied. How do you give these particles that movement vector?
The particles routines in the character system are a bit better and allow you to aim the particle stream in a direction. This funtionality isn''t available in the main library particle routines. They only allow you to make particles with random or no velocity.
Author of Power Render (http:/www.powerrender.com)


Do you plan on improving this, or should I write my own particle system?

This topic is closed to new replies.

Advertisement