Capítulo 6 de 859

Chapter 6: LineLoop

Core Idea

A continuous line. This is nearly the same as Line the only difference is that the last vertex is connected with the first vertex in order to close the line to form a loop.

Key Concepts

  • isLineLoop : boolean (readonly): This flag can be used for type testing.

Reference Tables

Constructor

Signature
`new LineLoop( geometry : BufferGeometry, material : Material

Properties

PropertyDescription
.isLineLoop : boolean (readonly)This flag can be used for type testing.

Key Takeaways

  1. LineLoop extends: EventDispatcher → Object3D → Line
  2. Most relevant properties: isLineLoop.

Connects To