Link Search Menu Expand Document

You are browsing the documentation for v0.x.
Visit here for the newest version.

VglLine

A continuous line component, corresponding THREE.Line.

Properties of VglObject3d are also available as mixin.

props

  • geometry name (optional)

    Name of the geometry, representing the line segment(s).

  • material name (optional)

    Name of the material for the line.

computed properties

  • inst

    The THREE.Line instance.

methods

  • computeLineDistances()