UNPKG

whs

Version:

Super-fast 3D framework for Web Applications & Games. Based on Three.js

8 lines (7 loc) 224 B
/** @module components/lights */ export * from './AmbientLight'; export * from './DirectionalLight'; export * from './HemisphereLight'; export * from './PointLight'; export * from './SpotLight'; export * from './AreaLight';