Class: DirTubeBufferGeometry

ThreeExt.DirTubeBufferGeometry(path, tubularSegments, radius, radialSegments, closed)

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
Author:
  • oosmoxiecode / https://github.com/oosmoxiecode
  • WestLangley / https://github.com/WestLangley
  • zz85 / https://github.com/zz85
  • miningold / https://github.com/miningold
  • jonobr1 / https://github.com/jonobr1
  • Mugen87 / https://github.com/Mugen87
Source: