Part_system_depth - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
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.
Parameters
| Parameter | Data Type | Description |
|---|---|---|
| ind | integer | index of the particle system |
| depth | double | depth value of the particle system |
Return Values
void: This function does not return anything.
Example Call
// demonstrates setting the depth of a particle system
part_system_depth(sys, depth);
NOTOC