UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

8 lines (6 loc) 135 B
import { AreaLight, Cube } from ".." let box = new Cube() let light = new AreaLight() light.z = 3000 light.y = 3000 light.lookAt(box)