TubeGeometry
new TubeGeometry(path: Curve, tubularSegments?, radius?, radialSegments?, closed?)
THREE: THREE.TubeGeometry
Tube swept along a 3D curve using rotation-minimizing frames. Accepts any Curve subclass with 3D getPointAt/getTangentAt.
Properties
| Name | Type | Description |
|---|---|---|
parameters | object | { path, tubularSegments, radius, radialSegments, closed } - stored for reference. |