Configuration for a cone shape used in particle systems.
Optional
const cone: Cone = { angle: Math.PI / 4, radius: 10, radiusThickness: 0.5, arc: Math.PI * 2,}; Copy
const cone: Cone = { angle: Math.PI / 4, radius: 10, radiusThickness: 0.5, arc: Math.PI * 2,};
Configuration for a cone shape used in particle systems.