UNPKG

mylingo3d

Version:

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

10 lines 303 B
import settings from "../api/settings"; import Model from "../display/Model"; const map = new Model(); map.src = "bugp.glb"; map.scale = 150; map.metalnessFactor = 0; map.roughnessFactor = 0; settings.defaultLight = "studio"; settings.exposure = 0.7; //# sourceMappingURL=testPerformance.js.map