Link Search Menu Expand Document

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

VglPoints

A component for displaying points, corresponding THREE.Points.

Properties of VglObject3d are also available as mixin.

props

  • geometry name (optional)

    Name of the geometry, defining the object’s structure.

  • material name (optional)

    Name of the material, defining the object’s appearance.

computed properties

  • inst

    The THREE.Points instance.