@soonspacejs/plugin-cps-soonmanager 2.14.9 → 2.14.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/package.json +9 -9
package/dist/index.esm.js
CHANGED
|
@@ -43130,7 +43130,7 @@ class CpsSoonmanagerPlugin extends EventDispatcher {
|
|
|
43130
43130
|
const { month: Oe, day: $e, hours: ze, castShadow: tt } = D.atmosphere;
|
|
43131
43131
|
$ && $.enabled && (this.atmospherePlugin.longitude = $.longitude, this.atmospherePlugin.latitude = $.latitude, this.atmospherePlugin.altitude = $.altitude), Object.assign(this.atmospherePlugin, { castShadow: tt }), this.atmospherePlugin.target.copy(R), this.atmospherePlugin.distance = q.length(), this.atmospherePlugin.date.setMonth(Oe), this.atmospherePlugin.date.setDate($e), this.atmospherePlugin.date.setHours(ze / 60), this.atmospherePlugin.date.setMinutes(ze % 60), this.atmospherePlugin.start(), this.atmospherePlugin.updateModelLightingMask();
|
|
43132
43132
|
}
|
|
43133
|
-
if (_ && C && D.environment?.HDR !== "default" && !H && this.ssp.setEnvironment({
|
|
43133
|
+
if (_ && C && D.environment?.HDR !== "default" && !H && await this.ssp.setEnvironment({
|
|
43134
43134
|
file: this.#g(C),
|
|
43135
43135
|
background: D.environment?.background ?? !0
|
|
43136
43136
|
}), B && D.ssao && (this.ssp.setSSAO(D.ssao), D.ssao.enabled && warn("环境光遮蔽已开启,如卡顿请使用 ssp.setSSAO 关闭")), A && !E) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soonspacejs/plugin-cps-soonmanager",
|
|
3
3
|
"pluginName": "CpsSoonmanagerPlugin",
|
|
4
|
-
"version": "2.14.
|
|
4
|
+
"version": "2.14.11",
|
|
5
5
|
"description": "Sync cps soonmanager data plugin for SoonSpace.js",
|
|
6
6
|
"main": "dist/index.esm.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
],
|
|
14
14
|
"author": "xunwei",
|
|
15
15
|
"license": "UNLICENSED",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "ff841303dde22fd04bb78e1a6c7c1afebc34af4f",
|
|
17
17
|
"dependencyPlugins": [
|
|
18
18
|
"plugin-poi-renderer",
|
|
19
19
|
"plugin-effect",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"3d-tiles-renderer": "^0.4.17",
|
|
39
|
-
"@soonspacejs/plugin-atmosphere": "2.14.
|
|
40
|
-
"@soonspacejs/plugin-effect": "2.14.
|
|
41
|
-
"@soonspacejs/plugin-flow": "2.14.
|
|
42
|
-
"@soonspacejs/plugin-gs3d-loader": "2.14.
|
|
43
|
-
"@soonspacejs/plugin-poi-renderer": "2.14.
|
|
44
|
-
"@soonspacejs/plugin-tiles": "2.14.
|
|
45
|
-
"soonspacejs": "2.14.
|
|
39
|
+
"@soonspacejs/plugin-atmosphere": "2.14.11",
|
|
40
|
+
"@soonspacejs/plugin-effect": "2.14.11",
|
|
41
|
+
"@soonspacejs/plugin-flow": "2.14.11",
|
|
42
|
+
"@soonspacejs/plugin-gs3d-loader": "2.14.11",
|
|
43
|
+
"@soonspacejs/plugin-poi-renderer": "2.14.11",
|
|
44
|
+
"@soonspacejs/plugin-tiles": "2.14.11",
|
|
45
|
+
"soonspacejs": "2.14.11",
|
|
46
46
|
"umanager-animation-parser": "^0.0.6"
|
|
47
47
|
}
|
|
48
48
|
}
|