Skip to content

CapsuleGeometry

new CapsuleGeometry(radius?, length?, capSegments?, radialSegments?)

THREE equivalent: THREE.CapsuleGeometry

Capsule shape (hemisphere-cylinder-hemisphere) generated via LatheGeometry revolution around the Y axis.

Name Type Description
parameters object { radius, length, capSegments, radialSegments } - stored for reference.