Legacy Documentation: Version 5.2
Texture Sheet Animation Module
Particle Systems (Legacy, prior to release 3.5)

Renderer Module

This module’s settings determine how a particle’s image or mesh is transformed, shaded and overdrawn by other particles.

Properties

Property: Function:
Render Mode How the rendered image is produced from the graphic image (or mesh). The options are Billboard (particle always faces the camera, Stretched Billboard (faces the camera but with scaling applied), Horizontal Billboard (particle plane is parallel to the XZ “floor” plane), Vertical Billboard (particle is upright on the world Y axis but turns to face the camera) and Mesh (particle is rendered from a 3D mesh instead of a texture).
Camera Scale The amount of stretching applied in proportion to camera movement (Stretched Billboard mode only).
Speed Scale The amount of stretching applied in proportion to a particle’s speed (Stretched Billboard mode only).
Length Scale The amount of stretching applied in proportion to a particle’s length (Stretched Billboard mode only).
Mesh One or more meshes used to render particles (Mesh mode only).
Normal Direction Bias of lighting normals used for the particle graphics. A value of 1.0 points the normals at the camera, while a value of 0.0 points them towards the centre of the screen (Billboard modes only).
Material Material used to render the particle.
Sort Mode The order in which particles are drawn (and therefore overlaid). The possible values are By Distance (ie, from camera), Youngest First and Oldest First.
Sorting Fudge Bias of particle sort ordering. Lower values increase the relative chance that particles will be drawn over other transparent objects, including particles from other systems.
Cast Shadows Should the particle cast shadows on other objects? Only opaque materials cast shadows.
Receive Shadows Should shadows be cast onto particles? Only opaque materials can receive shadows.
Max Particle Size The largest particle size (regardless of other settings), expressed as a fraction of viewport size.

Details

The Render Mode lets you choose between several billboard (2D) graphic modes and mesh mode. Using 3D meshes gives particles extra authenticity when they represent solid objects, such as rocks, but can also improve the sense of volume for clouds, fireballs and liquids. When 2D billboard graphics are used, the different options can be used for a variety of effects. The default Billboard mode is good for particles representing volumes that look much the same from any direction (eg, clouds). Horizontal Billboard mode can be used when the particles cover the ground (eg, target indicators and magic spell effects) or when they are flat objects that fly or float parallel to the ground (eg, shurikens). Vertical Billboard mode keeps each particle upright and perpendicular to the XZ plane but allows it to rotate around its Y axis. This can be helpful when you are using an orthographic camera and want particle sizes to stay consistent. Stretched Billboard mode accentuates the apparent speed of particles in a similar way to the “stretch and squash” techniques used by traditional animators.

The Normal Direction can be used to create shading based on the particle’s direction from the center of the screen. This can help create a feeling of size and depth on, say, a cloud - the outer edges of the cloud particles (relative to screen center) will tend to be darkened giving the impression of a volume shaded all over rather than a set of unformly shaded elements.

Texture Sheet Animation Module
Particle Systems (Legacy, prior to release 3.5)