瀏覽代碼

Nightly Materials

Sebastien Vandenberghe 7 年之前
父節點
當前提交
1c7544b782

文件差異過大導致無法顯示
+ 2266 - 2253
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.d.ts


文件差異過大導致無法顯示
+ 25 - 25
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.js


文件差異過大導致無法顯示
+ 61 - 21
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.max.js


文件差異過大導致無法顯示
+ 2266 - 2253
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.module.d.ts


+ 6 - 6
dist/preview release/materialsLibrary/babylon.backgroundMaterial.d.ts

@@ -25,15 +25,15 @@ declare namespace BABYLON {
         protected _secondaryLevel: float;
         secondaryLevel: float;
         /**
-         * Third light Color (multiply against the B channel of the environement texture)
+         * Tertiary light Color (multiply against the B channel of the environement texture)
          */
-        protected _thirdColor: Color3;
-        thirdColor: Color3;
+        protected _tertiaryColor: Color3;
+        tertiaryColor: Color3;
         /**
-         * Third light Level (allowing HDR output of the background)
+         * Tertiary light Level (allowing HDR output of the background)
          */
-        protected _thirdLevel: float;
-        thirdLevel: float;
+        protected _tertiaryLevel: float;
+        tertiaryLevel: float;
         /**
          * Reflection Texture used in the material.
          * Should be author in a specific way for the best result (refer to the documentation).

文件差異過大導致無法顯示
+ 12 - 12
dist/preview release/materialsLibrary/babylon.backgroundMaterial.js


文件差異過大導致無法顯示
+ 1 - 1
dist/preview release/materialsLibrary/babylon.backgroundMaterial.min.js


+ 1 - 1
dist/preview release/materialsLibrary/babylon.cellMaterial.js

@@ -263,7 +263,7 @@ var BABYLON;
             BABYLON.expandToProperty("_markAllSubMeshesAsTexturesDirty")
         ], CellMaterial.prototype, "diffuseTexture", void 0);
         __decorate([
-            BABYLON.serializeAsColor3("diffuseColor")
+            BABYLON.serializeAsColor3("diffuse")
         ], CellMaterial.prototype, "diffuseColor", void 0);
         __decorate([
             BABYLON.serialize("computeHighLevel")

文件差異過大導致無法顯示
+ 1 - 1
dist/preview release/materialsLibrary/babylon.cellMaterial.min.js


+ 1 - 1
dist/preview release/materialsLibrary/babylon.fireMaterial.js

@@ -317,7 +317,7 @@ var BABYLON;
             BABYLON.expandToProperty("_markAllSubMeshesAsTexturesDirty")
         ], FireMaterial.prototype, "opacityTexture", void 0);
         __decorate([
-            BABYLON.serialize("diffuseColor")
+            BABYLON.serializeAsColor3("diffuse")
         ], FireMaterial.prototype, "diffuseColor", void 0);
         __decorate([
             BABYLON.serialize()

文件差異過大導致無法顯示
+ 1 - 1
dist/preview release/materialsLibrary/babylon.fireMaterial.min.js


+ 1 - 1
dist/preview release/materialsLibrary/babylon.simpleMaterial.js

@@ -260,7 +260,7 @@ var BABYLON;
             BABYLON.expandToProperty("_markAllSubMeshesAsTexturesDirty")
         ], SimpleMaterial.prototype, "diffuseTexture", void 0);
         __decorate([
-            BABYLON.serializeAsColor3("diffuseColor")
+            BABYLON.serializeAsColor3("diffuse")
         ], SimpleMaterial.prototype, "diffuseColor", void 0);
         __decorate([
             BABYLON.serialize("disableLighting")

文件差異過大導致無法顯示
+ 1 - 1
dist/preview release/materialsLibrary/babylon.simpleMaterial.min.js


文件差異過大導致無法顯示
+ 15 - 15
dist/preview release/materialsLibrary/babylonjs.materials.js


文件差異過大導致無法顯示
+ 4 - 4
dist/preview release/materialsLibrary/babylonjs.materials.min.js


+ 6 - 6
dist/preview release/materialsLibrary/babylonjs.materials.module.d.ts

@@ -885,15 +885,15 @@ declare namespace BABYLON {
         protected _secondaryLevel: float;
         secondaryLevel: float;
         /**
-         * Third light Color (multiply against the B channel of the environement texture)
+         * Tertiary light Color (multiply against the B channel of the environement texture)
          */
-        protected _thirdColor: Color3;
-        thirdColor: Color3;
+        protected _tertiaryColor: Color3;
+        tertiaryColor: Color3;
         /**
-         * Third light Level (allowing HDR output of the background)
+         * Tertiary light Level (allowing HDR output of the background)
          */
-        protected _thirdLevel: float;
-        thirdLevel: float;
+        protected _tertiaryLevel: float;
+        tertiaryLevel: float;
         /**
          * Reflection Texture used in the material.
          * Should be author in a specific way for the best result (refer to the documentation).

文件差異過大導致無法顯示
+ 2 - 2
materialsLibrary/src/background/babylon.backgroundMaterial.js.include.fx