Skip to content

Part_type_scale

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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

This is number 1

Clone this wiki locally