fozmo-3d-preview
Advanced tools
Comparing version 1.0.36 to 1.0.37
@@ -685,12 +685,2 @@ import { EEncryptExt, ENormalExt, ResLoaderManager } from './../manager/ResLoaderManager'; | ||
} | ||
if (this._saveCallback !== undefined) { | ||
const save = { | ||
save: () => { | ||
window.console.log('保存'); | ||
this._saveCallback(this._params); | ||
} | ||
}; | ||
gui.add(save, 'save').name('点击保存参数'); | ||
HHConsole.log('增加保存设置按钮'); | ||
} | ||
// 新增 | ||
@@ -715,2 +705,12 @@ const wireframeFolder = gui.addFolder('线框'); | ||
}); | ||
if (this._saveCallback !== undefined) { | ||
const save = { | ||
save: () => { | ||
window.console.log('保存'); | ||
this._saveCallback(this._params); | ||
} | ||
}; | ||
gui.add(save, 'save').name('点击保存参数'); | ||
HHConsole.log('增加保存设置按钮'); | ||
} | ||
this.updateGUI(toneMappingFolder); | ||
@@ -717,0 +717,0 @@ // gui.domElement.parentElement.style.zIndex = '2'; |
{ | ||
"name": "fozmo-3d-preview", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"description": "风之末 作品预览", | ||
@@ -5,0 +5,0 @@ "main": "lib/Fozmo3DPreview.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package