shapes/sphere library

Classes

Sphere
Spherical shape @example const radius = 1 const sphereShape = new CANNON.Sphere(radius) const sphereBody = new CANNON.Body({ mass: 1, shape: sphereShape }) world.addBody(sphereBody)