Rectangle: { rotation?: Point3D; scale?: Point3D }

Configuration for a rectangle shape used in particle systems.

Type declaration

const rectangle: Rectangle = {
rotation: { x: Math.PI / 4, y: 0, z: 0 },
scale: { x: 10, y: 5, z: 1 },
};