Преглед изворни кода

fixed reflection texture matrix performance issue

Kesshi пре 8 година
родитељ
комит
41887d875e
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      src/Materials/Textures/babylon.texture.ts

+ 4 - 0
src/Materials/Textures/babylon.texture.ts

@@ -255,6 +255,10 @@
                 this._projectionModeMatrix = Matrix.Zero();
             }
 
+            this._cachedUOffset = this.uOffset;
+            this._cachedVOffset = this.vOffset;
+            this._cachedUScale = this.uScale;
+            this._cachedVScale = this.vScale;
             this._cachedCoordinatesMode = this.coordinatesMode;
 
             switch (this.coordinatesMode) {