feat: convert all stl files to ply
This commit is contained in:
parent
4d3d2fb44d
commit
87c76064b7
9 changed files with 0 additions and 24 deletions
|
@ -1,8 +0,0 @@
|
||||||
[
|
|
||||||
[[1,1,1], [-1,1,1], [-1,-1,1], [1,-1,1]],
|
|
||||||
[[1,1,-1], [-1,1,-1], [-1,-1,-1], [1,-1,-1]],
|
|
||||||
[[-1,-1,-1], [-1,1,-1], [-1,1,1], [-1,-1,1]],
|
|
||||||
[[1,-1,-1], [1,1,-1], [1,1,1], [1,-1,1]],
|
|
||||||
[[-1,-1,-1], [1,-1,-1], [1,-1,1], [-1,-1,1]],
|
|
||||||
[[-1,1,-1], [1,1,-1], [1,1,1], [-1,1,1]]
|
|
||||||
]
|
|
BIN
shapes/cube.ply
Normal file
BIN
shapes/cube.ply
Normal file
Binary file not shown.
BIN
shapes/dodecahedron.ply
Normal file
BIN
shapes/dodecahedron.ply
Normal file
Binary file not shown.
BIN
shapes/icosahedron.ply
Normal file
BIN
shapes/icosahedron.ply
Normal file
Binary file not shown.
|
@ -1,10 +0,0 @@
|
||||||
[
|
|
||||||
[[0,0,1], [-1,0,0], [0,-1,0]],
|
|
||||||
[[0,0,1], [0,-1,0], [1,0,0]],
|
|
||||||
[[0,0,1], [1,0,0], [0,1,0]],
|
|
||||||
[[0,0,1], [0,1,0], [-1,0,0]],
|
|
||||||
[[0,0,-1], [-1,0,0], [0,-1,0]],
|
|
||||||
[[0,0,-1], [0,-1,0], [1,0,0]],
|
|
||||||
[[0,0,-1], [1,0,0], [0,1,0]],
|
|
||||||
[[0,0,-1], [0,1,0], [-1,0,0]]
|
|
||||||
]
|
|
BIN
shapes/octahedron.ply
Normal file
BIN
shapes/octahedron.ply
Normal file
Binary file not shown.
BIN
shapes/pentakisicosidodecahedron.ply
Normal file
BIN
shapes/pentakisicosidodecahedron.ply
Normal file
Binary file not shown.
|
@ -1,6 +0,0 @@
|
||||||
[
|
|
||||||
[[1,1,1], [1,-1,-1], [-1,1,-1]],
|
|
||||||
[[1,1,1], [1,-1,-1], [-1,-1,1]],
|
|
||||||
[[1,1,1], [-1,1,-1], [-1,-1,1]],
|
|
||||||
[[1,-1,-1], [-1,1,-1], [-1,-1,1]]
|
|
||||||
]
|
|
BIN
shapes/tetrahedron.ply
Normal file
BIN
shapes/tetrahedron.ply
Normal file
Binary file not shown.
Loading…
Reference in a new issue