lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
13 lines (12 loc) • 383 B
TypeScript
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 "three";
import { Sprite } from "three";