Part_system_update - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Updates the position of all particles in the given particle system and lets the emitters create particles, this function should only be called if automatic updating was disabled for the particle system.
Parameters
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle system |
Return Values
void: This function does not return anything.
Example Call
// demonstrates updating the particles in a particle system
part_system_update(sys);
NOTOC