Configuration for a sphere shape used in particle systems.
const sphere: Sphere = { radius: 5, radiusThickness: 0.8, arc: Math.PI,}; Copy
const sphere: Sphere = { radius: 5, radiusThickness: 0.8, arc: Math.PI,};
Optional
The angular arc of the sphere (in radians).
The radius of the sphere.
The thickness of the sphere's shell (0 to 1, where 1 is solid).
Configuration for a sphere shape used in particle systems.
Example