Skip to content
On this page

LineSegments

A component drawing series of lines between pairs of vertices.

Example

Code

template
<LineSegments>
  <!-- Any line material is supported -->
  <LineBasicMaterial color="black" />
  <PlaneGeometry />
</LineSegments>

Props

Prop nameDescriptionTypeDefault
position A Vector3Like representing the object's local position.Vector3Like[0, 0, 0]
rotation A Vector3Like representing local rotation (see Euler angles), in radians.Vector3Like[0, 0, 0]
scale A Vector3Like representing the object's local scale.Vector3Like[1, 1, 1]

Slots

NameDescriptionBindings
default

Expose

three


Released under the MIT License.