Part_type_blend - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Sets whether the given particle type should use additive blending.
Parameters
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle type |
additive | boolean | whether to use additive blending |
Return Values
void: This function does not return anything.
Example Call
// demonstrates setting a particle type to use normal blending
part_type_blend(type, false);
NOTOC