فهرست منبع

report closed ribbon fix to tube mesh

jbousquie 10 سال پیش
والد
کامیت
8a787da5ad
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/Mesh/babylon.mesh.ts

+ 0 - 1
src/Mesh/babylon.mesh.ts

@@ -1655,7 +1655,6 @@
                         rotated = Vector3.TransformCoordinates(normal, rotationMatrix).scaleInPlace(rad).add(path[i]);
                         circlePath.push(rotated);
                     }
-                    circlePath.push(circlePath[0]);
                     circlePaths[index] = circlePath;
                     index++;
                 }