-
Notifications
You must be signed in to change notification settings - Fork 0
Part_system_depth
hpgDesigns edited this page Aug 8, 2021
·
1 revision
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
This is number 1