David Catuhe 7 سال پیش
والد
کامیت
443a8eb013

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 4276 - 4276
Playground/babylon.d.txt


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 4400 - 4400
dist/preview release/babylon.d.ts


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 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) {

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 1
dist/preview release/babylon.worker.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 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) {

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 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