Skip to content

simulo.Sphere

Sphere primitive.

Attributes:

  • radius — Sphere radius
simulo.Sphere(
name: str,
pose: Pose = Pose.identity(),
material: Optional[Material] = None,
physics: Optional[RigidPhysics | DeformablePhysics] = None,
radius: float = 0.5,
)