Part_type_scale - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Sets the scale factor of the given particle type which is multiplied with the size.
Parameters
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle type |
xscale | double | horizontal scale |
yscale | double | vertical scale |
Return Values
void: This function does not return anything.
Example Call
// demonstrates setting the scale of a particle type
part_type_scale(type, 1, 1);
NOTOC