Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fozmo-3d-preview

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fozmo-3d-preview - npm Package Compare versions

Comparing version 1.0.60 to 1.0.61

12

lib/scenes/MainScene.js

@@ -941,2 +941,13 @@ import { EEncryptExt, ENormalExt, ResLoaderManager } from './../manager/ResLoaderManager';

}
if (this._gui) {
this.container.removeChild(this._gui.domElement);
try {
this._gui.destroy();
}
catch (error) {
HHConsole.info('dont worry', error);
}
this._gui = null;
}
this.setGUI();
if (!Utils.isPhone()) {

@@ -1007,2 +1018,3 @@ this._gtaoPass.enabled = this._params.AOEnable;

if (this._gui) {
window.console.log('更新GUI');
this._gui.updateDisplay();

@@ -1009,0 +1021,0 @@ }

2

package.json
{
"name": "fozmo-3d-preview",
"version": "1.0.60",
"version": "1.0.61",
"description": "风之末 作品预览",

@@ -5,0 +5,0 @@ "main": "lib/Fozmo3DPreview.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc