@openglobus/openglobus-react 0.4.7 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -16490,7 +16490,7 @@ vec3 Uncharted2ToneMapping(vec3 color){color*=exposure;return saturate(Uncharted
|
|
|
16490
16490
|
destroy() {
|
|
16491
16491
|
for (let e in this.controls) this.controls[e].remove();
|
|
16492
16492
|
for (let e = 0; e < this._renderNodesArr.length; e++) this._renderNodesArr[e].remove();
|
|
16493
|
-
this.div = null, this._renderNodesArr = [], this.renderNodes = {}, this.activeCamera = null, this.controls = {}, this.controlsBag = {}, this.colorObjects.clear(), this.
|
|
16493
|
+
this.div = null, this._renderNodesArr = [], this.renderNodes = {}, this.activeCamera = null, this.controls = {}, this.controlsBag = {}, this.colorObjects.clear(), this._pickingCallbacks = [], this.pickingFramebuffer = null, this._tempPickingPix_ = null, this._depthCallbacks = [], this.depthFramebuffer = null, this.sceneFramebuffer = null, this.blitFramebuffer = null, this.toneMappingFramebuffer = null, this._entityCollections = [[]], this.handler.ONCANVASRESIZE = null, this.handler.destroy(), this.handler = null, this._initialized = !1;
|
|
16494
16494
|
}
|
|
16495
16495
|
}
|
|
16496
16496
|
const jn = "/res", Tl = class $i {
|