Link Search Menu Expand Document

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

VglDirectionalLight

A light that gets emitted in a specific direction, corresponding THREE.DirectionalLight. This light will behave as though it is infinitely far away and the rays produced from it are all parallel. This light can cast shadows.

Properties of VglLight are also available as mixin.

computed properties

  • inst

    The THREE.DirectionalLight instance.