Configuration for a sphere shape used in particle systems.
Optional
const sphere: Sphere = { radius: 5, radiusThickness: 0.8, arc: Math.PI,}; Copy
const sphere: Sphere = { radius: 5, radiusThickness: 0.8, arc: Math.PI,};
Configuration for a sphere shape used in particle systems.