@galacean/effects-specification 2.0.0-alpha.1 → 2.0.0-alpha.2

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/fallback.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Name: @galacean/effects-specification
3
3
  * Description: Galacean Effects JSON Specification
4
4
  * Author: Ant Group CO., Ltd.
5
- * Version: v2.0.0-alpha.1
5
+ * Version: v2.0.0-alpha.2
6
6
  */
7
7
 
8
8
  'use strict';
@@ -618,6 +618,12 @@ var ModelBoundingType;
618
618
  ModelBoundingType[ModelBoundingType["sphere"] = 3] = "sphere";
619
619
  })(ModelBoundingType || (ModelBoundingType = {}));
620
620
 
621
+ var CameraType;
622
+ (function (CameraType) {
623
+ CameraType["orthographic"] = "orthographic";
624
+ CameraType["perspective"] = "perspective";
625
+ })(CameraType || (CameraType = {}));
626
+
621
627
  // 材质类型
622
628
  var MaterialType;
623
629
  (function (MaterialType) {