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.18 to 1.0.19

1

lib/Fozmo3DPreview.d.ts

@@ -66,2 +66,3 @@ import { ENV } from './framework/defines/HHGameTypes';

export declare class Fozmo3DPreview {
private static _inited;
/**

@@ -68,0 +69,0 @@ * 启动预览

@@ -18,2 +18,3 @@ import { SpaceManager } from './manager/SpaceManager';

export class Fozmo3DPreview {
static _inited = false;
/**

@@ -25,2 +26,3 @@ * 启动预览

await LaunchSpace(config);
this._inited = true;
}

@@ -35,2 +37,5 @@ /**

static destroy() {
if (!this._inited) {
return;
}
SpaceManager.inst.destroy();

@@ -37,0 +42,0 @@ SpaceManager.dispose();

6

lib/scenes/MainScene.js

@@ -685,4 +685,6 @@ import { EEncryptExt, ENormalExt, ResLoaderManager } from './../manager/ResLoaderManager';

destroy() {
this._orbitControl.dispose();
this._orbitControl = null;
if (this._orbitControl) {
this._orbitControl.dispose();
this._orbitControl = null;
}
if (this._composer) {

@@ -689,0 +691,0 @@ this._composer.dispose();

{
"name": "fozmo-3d-preview",
"version": "1.0.18",
"version": "1.0.19",
"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