Home - Torque3D-Resources/IPS-Lite-for-T3D GitHub Wiki

Welcome to the IPS-Lite-for-T3D wiki!

The IPS Lite is a free extension for Torque3D. It greatly improves the particle system in Torque! IPS Lite is the best free solution if you need more fancy particle effects than just explosions and emission fire. The IPS Lite features 2 emitters:

MeshEmitters

Emit particles randomly along the vertices or faces of a mesh. Works on both animated and static shapes.

GraphEmitters

Emit particles based on expressions. 3 expressions (x,y and z) defines the offset to the node. E.g.

xFunc = "cos(t/50)*t*0.002";
yFunc = "sin(t/50)*t*0.002";
zFunc = "0";

Will spawn particles in a spiral around the emitter node in the horizontal plane.

Particle physics

Particles can get attracted to object and collide with objects!

Video showing GraphEmitters and particle physics

MeshEmitter showcase

Installation guide