UNPKG

mylingo3d

Version:

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

7 lines 183 B
import { AreaLight, Cube } from ".."; let box = new Cube(); let light = new AreaLight(); light.z = 3000; light.y = 3000; light.lookAt(box); //# sourceMappingURL=testLight.js.map