plugins
Add plugins before initialization.
Can be removed later by calling removePlugins.
import { LoadingBar } from "@egjs/view3d";
const view3D = new View3D("#el_id", {
plugins: [new LoadingBar()]
})
Add plugins before initialization.
Can be removed later by calling removePlugins.
import { LoadingBar } from "@egjs/view3d";
const view3D = new View3D("#el_id", {
plugins: [new LoadingBar()]
})