Configuration for a rectangle shape used in particle systems.
Optional
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 },};
Configuration for a rectangle shape used in particle systems.