Function ambient_primitives::sphere

source ·
pub fn sphere() -> Component<()>
Expand description

Sphere: If attached to an entity alongside the other sphere_* components, the entity will be converted to a sphere primitive.

To easily instantiate a unit-diameter sphere, consider using the sphere concept (e.g. make_sphere).

Attributes: Debuggable, Networked, Store