arpruss 8 년 전
부모
커밋
334d5e8fca
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      split.html

+ 2 - 0
split.html

@@ -7,6 +7,8 @@ those multiple parts.</p>
 <p>This may well fail if the mesh is defective and has points that are meant to be coincident 
 but are merely close together.</p>
 <p>All the processing is done in your browser--your STL is not uploaded to any server.</p>
+<p><b>Warning:</b> If an object has a cavity surrounded by material on all sides, you will get one mesh for the outer surface
+and an inside-out mesh for the cavity. Solving this problem would require significant coding.</p>
 <input type="file" id="file" name="file" />
 <ul id="console">
 </ul>