Link Search Menu Expand Document

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

VglSprite

A sprite component corresponding THREE.Sprite. It is a plane that always faces towards the camera.

Properties of VglObject3d are also available as mixin.

props

  • material name (optional)

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

computed properties

  • inst

    The THREE.Sprite instance.