-
Notifications
You must be signed in to change notification settings - Fork 622
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e140e43
commit 369174b
Showing
17 changed files
with
304 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1159,6 +1159,7 @@ def test_compressions_list(): | |
"png", | ||
"ppm", | ||
"sgi", | ||
"stl", | ||
"tga", | ||
"tiff", | ||
"wav", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
solid b'MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH' | ||
facet normal 0.0 -400.0 0.0 | ||
outer loop | ||
vertex 0.0 -20.0 0.0 | ||
vertex 20.0 -20.0 0.0 | ||
vertex 20.0 -20.0 20.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 -400.0 0.0 | ||
outer loop | ||
vertex 0.0 -20.0 0.0 | ||
vertex 20.0 -20.0 20.0 | ||
vertex 0.0 -20.0 20.0 | ||
endloop | ||
endfacet | ||
facet normal -400.0 0.0 0.0 | ||
outer loop | ||
vertex 0.0 0.0 0.0 | ||
vertex 0.0 -20.0 0.0 | ||
vertex 0.0 -20.0 20.0 | ||
endloop | ||
endfacet | ||
facet normal -400.0 0.0 0.0 | ||
outer loop | ||
vertex 0.0 0.0 0.0 | ||
vertex 0.0 -20.0 20.0 | ||
vertex 0.0 0.0 20.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 400.0 0.0 | ||
outer loop | ||
vertex 20.0 0.0 0.0 | ||
vertex 0.0 0.0 0.0 | ||
vertex 0.0 0.0 20.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 400.0 -0.0 | ||
outer loop | ||
vertex 20.0 0.0 0.0 | ||
vertex 0.0 0.0 20.0 | ||
vertex 20.0 0.0 20.0 | ||
endloop | ||
endfacet | ||
facet normal 400.0 0.0 0.0 | ||
outer loop | ||
vertex 20.0 -20.0 0.0 | ||
vertex 20.0 0.0 0.0 | ||
vertex 20.0 0.0 20.0 | ||
endloop | ||
endfacet | ||
facet normal 400.0 0.0 0.0 | ||
outer loop | ||
vertex 20.0 -20.0 0.0 | ||
vertex 20.0 0.0 20.0 | ||
vertex 20.0 -20.0 20.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 0.0 -400.0 | ||
outer loop | ||
vertex 0.0 0.0 0.0 | ||
vertex 20.0 -20.0 0.0 | ||
vertex 0.0 -20.0 0.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 0.0 -400.0 | ||
outer loop | ||
vertex 0.0 0.0 0.0 | ||
vertex 20.0 0.0 0.0 | ||
vertex 20.0 -20.0 0.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 0.0 400.0 | ||
outer loop | ||
vertex 20.0 -20.0 20.0 | ||
vertex 0.0 0.0 20.0 | ||
vertex 0.0 -20.0 20.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 0.0 400.0 | ||
outer loop | ||
vertex 20.0 0.0 20.0 | ||
vertex 0.0 0.0 20.0 | ||
vertex 20.0 -20.0 20.0 | ||
endloop | ||
endfacet | ||
endsolid b'MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH' |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.