part_system_depth - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Sets the depth of the given particle system which can be used to have the particles render either below or on top of other instances.
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle system |
depth | double | depth value of the particle system |
void: This function does not return anything.
// demonstrates setting the depth of a particle system
part_system_depth(sys, depth);
NOTOC