@galacean/engine-core 1.0.0-beta.5 → 1.0.0-beta.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/engine-core",
3
- "version": "1.0.0-beta.5",
3
+ "version": "1.0.0-beta.7",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -15,10 +15,10 @@
15
15
  "types/**/*"
16
16
  ],
17
17
  "dependencies": {
18
- "@galacean/engine-math": "1.0.0-beta.5"
18
+ "@galacean/engine-math": "1.0.0-beta.7"
19
19
  },
20
20
  "devDependencies": {
21
- "@galacean/engine-design": "1.0.0-beta.5"
21
+ "@galacean/engine-design": "1.0.0-beta.7"
22
22
  },
23
23
  "scripts": {
24
24
  "b:types": "tsc"
@@ -12,6 +12,7 @@ export declare class CascadedShadowCasterPass {
12
12
  private static _shadowSplitSpheresProperty;
13
13
  private static _maxCascades;
14
14
  private static _cascadesSplitDistance;
15
+ private static _viewport;
15
16
  private static _clearColor;
16
17
  private static _tempVector;
17
18
  private static _tempMatrix0;