feat: convert all stl files to ply

This commit is contained in:
s3lph 2024-12-23 21:47:33 +01:00
parent 4d3d2fb44d
commit 87c76064b7
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
9 changed files with 0 additions and 24 deletions

View file

@ -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

Binary file not shown.

BIN
shapes/dodecahedron.ply Normal file

Binary file not shown.

BIN
shapes/icosahedron.ply Normal file

Binary file not shown.

View file

@ -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

Binary file not shown.

Binary file not shown.

View file

@ -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

Binary file not shown.