new DirTubeBufferGeometry(path, tubularSegments, radius, radialSegments, closed)
Tube geometry providing vertex attribute 'a_tan', the path direction.
Modified from three.js source.
Parameters:
Name | Type | Description |
---|---|---|
path |
THREE.Curve | |
tubularSegments |
int | |
radius |
number | |
radialSegments |
int | |
closed |
bool |