소스 검색

Merge pull request #613 from jbousquie/fix.Ribbon.ClosePath.Artifact

report closed ribbon fix to tube mesh
Raanan Weber 10 년 전
부모
커밋
8f5898a6a3
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++;
                 }