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