UNPKG

mylingo3d

Version:

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

13 lines (12 loc) 577 B
export class HTMLMesh extends Mesh<import("three").BufferGeometry, import("three").Material | import("three").Material[]> { constructor(dom: any); dispose: () => void; update: () => void; } export class HTMLSprite extends Sprite { constructor(dom: any); dispose: () => void; update: () => void; } import { Mesh } from "_lingo3d-vue@1.34.4@lingo3d-vue/node_modules/lingo3d/node_modules/@types/three/src/objects/Mesh"; import { Sprite } from "_lingo3d-vue@1.34.4@lingo3d-vue/node_modules/lingo3d/node_modules/@types/three/src/objects/Sprite";