fozmo-3d-preview
Advanced tools
Comparing version 1.0.43 to 1.0.44
@@ -12,2 +12,4 @@ import { BPGameConfig } from './BPGameConfig'; | ||
import { BPHttpRequestInterceptor } from './Model/Net/BPHttpRequestInterceptor'; | ||
import { ENV } from './framework/defines/HHGameTypes'; | ||
import { LOG_LEVEL } from './framework/modules/Log/LogLevel'; | ||
THREE.Mesh.prototype.raycast = acceleratedRaycast; | ||
@@ -39,2 +41,5 @@ THREE.BufferGeometry.prototype.computeBoundsTree = computeBoundsTree; | ||
BPGameConfig.ENV = config.env; | ||
if (BPGameConfig.ENV === ENV.PROD) { | ||
BPGameConfig.LOGLEVEL = LOG_LEVEL.ERROR; | ||
} | ||
BPGameConfig.FileSystemURL = config.fileSystemURL ?? 'https://f.fozmoly.com'; | ||
@@ -41,0 +46,0 @@ BPGameConfig.IsApple = Utils.isiOSBrowserEnv(); |
{ | ||
"name": "fozmo-3d-preview", | ||
"version": "1.0.43", | ||
"version": "1.0.44", | ||
"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
200790
5943