Configuration for a rectangle shape used in particle systems.
const rectangle: Rectangle = { rotation: { x: Math.PI / 4, y: 0, z: 0 }, scale: { x: 10, y: 5, z: 1 },}; Copy
const rectangle: Rectangle = { rotation: { x: Math.PI / 4, y: 0, z: 0 }, scale: { x: 10, y: 5, z: 1 },};
Optional
The rotation of the rectangle as a 3D point (in radians for each axis).
The scale of the rectangle as a 3D point.
Configuration for a rectangle shape used in particle systems.
Example