UNPKG

mylingo3d

Version:

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

8 lines 215 B
import Model from "../display/Model"; const model = new Model(); model.src = "fox/Fox.fbx"; model.animations = { idle: "fox/Idle.fbx" }; model.animation = "idle"; //# sourceMappingURL=testAnimation.js.map