fozmo-3d-preview
Advanced tools
Comparing version 1.0.39 to 1.0.40
@@ -1086,3 +1086,3 @@ import { EEncryptExt, ENormalExt, ResLoaderManager } from './../manager/ResLoaderManager'; | ||
if (this._hemiLight) { | ||
this.scene.remove(this._dirLight); | ||
this.scene.remove(this._hemiLight); | ||
this._hemiLight.dispose(); | ||
@@ -1092,3 +1092,3 @@ this._hemiLight = null; | ||
if (this._hemiLightHelper) { | ||
this.scene.remove(this._dirLightHelper); | ||
this.scene.remove(this._hemiLightHelper); | ||
this._hemiLightHelper.dispose(); | ||
@@ -1183,3 +1183,3 @@ this._hemiLightHelper = null; | ||
if (this._hemiLight) { | ||
this.scene.remove(this._dirLight); | ||
this.scene.remove(this._hemiLight); | ||
this._hemiLight.dispose(); | ||
@@ -1189,3 +1189,3 @@ this._hemiLight = null; | ||
if (this._hemiLightHelper) { | ||
this.scene.remove(this._dirLightHelper); | ||
this.scene.remove(this._hemiLightHelper); | ||
this._hemiLightHelper.dispose(); | ||
@@ -1192,0 +1192,0 @@ this._hemiLightHelper = null; |
{ | ||
"name": "fozmo-3d-preview", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"description": "风之末 作品预览", | ||
@@ -5,0 +5,0 @@ "main": "lib/Fozmo3DPreview.js", |
199935