Class: DirTubeGeometry

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

new DirTubeGeometry(path, tubularSegments, radius, radialSegments, closed)

Tube geometry providing vertex attribute 'dir'.

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: