David Catuhe 7 gadi atpakaļ
vecāks
revīzija
443a8eb013

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 4276 - 4276
Playground/babylon.d.txt


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 4400 - 4400
dist/preview release/babylon.d.ts


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1 - 1
dist/preview release/babylon.js


+ 2 - 2
dist/preview release/babylon.max.js

@@ -48571,9 +48571,9 @@ var BABYLON;
                 for (name in this._textureArrays) {
                     this._effect.setTextureArray(name, this._textureArrays[name]);
                 }
-                // Float    
+                // Int    
                 for (name in this._ints) {
-                    this._effect.setIntArray(name, this._ints[name]);
+                    this._effect.setInt(name, this._ints[name]);
                 }
                 // Float    
                 for (name in this._floats) {

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1 - 1
dist/preview release/babylon.worker.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1 - 1
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.js


+ 2 - 2
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.max.js

@@ -48417,9 +48417,9 @@ var BABYLON;
                 for (name in this._textureArrays) {
                     this._effect.setTextureArray(name, this._textureArrays[name]);
                 }
-                // Float    
+                // Int    
                 for (name in this._ints) {
-                    this._effect.setIntArray(name, this._ints[name]);
+                    this._effect.setInt(name, this._ints[name]);
                 }
                 // Float    
                 for (name in this._floats) {

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1 - 1
dist/preview release/viewer/babylon.viewer.js


+ 2 - 2
src/Materials/babylon.shaderMaterial.ts

@@ -330,9 +330,9 @@
                     this._effect.setTextureArray(name, this._textureArrays[name]);
                 }
 
-                // Float    
+                // Int    
                 for (name in this._ints) {
-                    this._effect.setIntArray(name, this._ints[name]);
+                    this._effect.setInt(name, this._ints[name]);
                 }
 
                 // Float