CapsuleGeometry
new CapsuleGeometry(radius?, length?, capSegments?, radialSegments?)THREE equivalent: THREE.CapsuleGeometry
Capsule shape (hemisphere-cylinder-hemisphere) generated via LatheGeometry revolution around the Y axis.
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
parameters |
object |
{ radius, length, capSegments, radialSegments } - stored for reference. |