UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

17 lines (12 loc) 320 B
//import * as THREE from 'three' import Object3DExtend from "diginext-three/dist/core/Object3DExtend"; export default class @@PAGE_FILE_NAMEScene extends Object3DExtend { \tconstructor(props?: any) { \t\tsuper(props); \t\tObject.assign(this, props); \t\tthis.#awake(); \t} \t#awake() { \t\tconst scope = this; \t} }