rotation tag - tiagodinis/GParticles GitHub Wiki
Description: Tag that contains the rotation of the corresponding particle system. The rotation is indicated in degrees about a selected arbitrary axis.
Parent tag: properties
Child tags: none
| attribute | type | description |
|---|---|---|
| x | float | axis x component |
| y | float | axis y component |
| z | float | axis z component |
| angle | float | rotation angle in degrees |
Example:
<rotation x=1 y=0 z=0 angle=30 />