Sebastien Vandenberghe пре 7 година
родитељ
комит
636dca943b

Разлика између датотеке није приказан због своје велике величине
+ 17578 - 10635
Playground/babylon.d.txt


Разлика између датотеке није приказан због своје велике величине
+ 17966 - 11020
dist/preview release/babylon.d.ts


Разлика између датотеке није приказан због своје велике величине
+ 179 - 178
dist/preview release/babylon.max.js


Разлика између датотеке није приказан због своје велике величине
+ 179 - 178
dist/preview release/es6.js


+ 0 - 26
dist/preview release/typedocValidationBaseline.json

@@ -11296,32 +11296,6 @@
         }
       }
     },
-    "Material": {
-      "Method": {
-        "_preBind": {
-          "Comments": {
-            "MissingText": true
-          },
-          "Parameter": {
-            "effect": {
-              "Comments": {
-                "MissingText": true
-              }
-            },
-            "overrideOrientation": {
-              "Comments": {
-                "MissingText": true
-              }
-            }
-          }
-        },
-        "ToString": {
-          "Comments": {
-            "MissingText": true
-          }
-        }
-      }
-    },
     "MaterialDefines": {
       "Property": {
         "_areAttributesDirty": {

Разлика између датотеке није приказан због своје велике величине
+ 8 - 0
dist/preview release/viewer/babylon.viewer.js


Разлика између датотеке није приказан због своје велике величине
+ 179 - 178
dist/preview release/viewer/babylon.viewer.max.js


+ 2 - 2
src/Engine/babylon.engine.ts

@@ -898,8 +898,8 @@
 
         /**
          * Gets or sets a value indicating if we want to disable texture binding optmization.
-         * This could be required on some buggy drivers which wants to have textures bound in a progressive order
-         * By default Babylon.js will try to let textures bound where they are and only update the samplers to point where the texture is.
+         * This could be required on some buggy drivers which wants to have textures bound in a progressive order.
+         * By default Babylon.js will try to let textures bound where they are and only update the samplers to point where the texture is
          */
         public disableTextureBindingOptimization = false;
 

Разлика између датотеке није приказан због своје велике величине
+ 193 - 192
src/Materials/babylon.material.ts