Popov72 5 лет назад
Родитель
Сommit
d48bab56d7
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      src/Meshes/mesh.ts

+ 0 - 4
src/Meshes/mesh.ts

@@ -1103,10 +1103,6 @@ export class Mesh extends AbstractMesh implements IGetSetVerticesData {
             return;
         }
 
-        /*if (!this.ignoreNonUniformScaling && this._thinInstanceStorage!.nonUniformScaling && !this.nonUniformScaling) {
-            this._updateNonUniformScalingState(true);
-        }*/
-
         if (!this.doNotSyncBoundingInfo) {
             this.thinInstanceRefreshBoundingInfo(false);
         }