David Catuhe vor 7 Jahren
Ursprung
Commit
0dd0dcefe1

Datei-Diff unterdrückt, da er zu groß ist
+ 6295 - 5912
Playground/babylon.d.txt


Datei-Diff unterdrückt, da er zu groß ist
+ 3673 - 3673
dist/preview release/babylon.d.ts


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
dist/preview release/babylon.js


Datei-Diff unterdrückt, da er zu groß ist
+ 517 - 192
dist/preview release/babylon.max.js


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
dist/preview release/babylon.worker.js


Datei-Diff unterdrückt, da er zu groß ist
+ 517 - 192
dist/preview release/es6.js


Datei-Diff unterdrückt, da er zu groß ist
+ 4 - 4
dist/preview release/viewer/babylon.viewer.js


Datei-Diff unterdrückt, da er zu groß ist
+ 611 - 208
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;