Game Development Community

Particle emitters

by Adam · in Artist Corner · 07/05/2003 (10:37 pm) · 1 replies

Hi, i was wanting learn about particle emitters and how to create them, Does anyone know of some good tutorials on how to make some? i've got really no coding knowledge. I know little bits of this and that.

Thanks

Coca-Bear

About the author

Recent Threads


#1
07/06/2003 (11:04 am)
You might give this a try: www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=3213 - it's a particle editor for Torque (which I assume you're using?), which will make things a bit easier to play with.

Given that you're working with a high end game engine, you will need to learn a few things about programming and such; you might want to consider taking a class (either web or otherwise) or two on programming, and then reading up a lot on particle engines. Being familiar with the tools is the secret to creating good, processor-light particle effects.