return { summary = 'A sphere Shape.', description = 'A type of `Shape` that can be used for spheres.', extends = 'Shape', constructors = { 'lovr.physics.newSphereShape', 'World:newSphereCollider' } }