UNPKG

matrix-engine-wgpu

Version:

Networking implemented - based on kurento openvidu server. fix arcball camera,instanced draws added also effect pipeline blend with instancing option.Normalmap added, Fixed shadows casting vs camera/video texture, webGPU powered pwa application. Crazy fas

10 lines (9 loc) 254 B
import EditorProvider from "./editor.provider"; import EditorHud from "./hud"; export class Editor { constructor(core) { this.core = core; this.editorHud = new EditorHud(core); this.editorProvider = new EditorProvider(core); } }