-
Notifications
You must be signed in to change notification settings - Fork 5
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
b5c05bb
commit e9e568a
Showing
14 changed files
with
338 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/1999/xhtml"><head><script type="text/javascript" src="http://x3dom.org/release/x3dom.js"> </script><link rel="stylesheet" type="text/css" href="http://x3dom.org/release/x3dom.css" /></head><body><x3d profile="Interchange" version="4.0" xsi:schemaLocation="http://www.web3d.org/specifications/x3d-4.0.xsd"><Scene><shape DEF="ConvexPolyhedron"><Appearance><Material diffuseColor="#6495ED" /></Appearance><IndexedFaceSet coordIndex="0 1 2 3 -1 4 5 6 7 -1 8 9 10 11 -1 12 13 14 15 -1 16 17 18 19 -1 20 21 22 23 -1"><Coordinate point="-1.0 -1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 -1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.0 1.0 1.0" /></IndexedFaceSet></shape></Scene></x3d></body></html> |
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,18 @@ | ||
# wavefront obj file written by Coxeter version 0.7.0 | ||
# ConvexPolyhedron | ||
|
||
v -1.0 -1.0 -1.0 | ||
v -1.0 -1.0 1.0 | ||
v -1.0 1.0 -1.0 | ||
v -1.0 1.0 1.0 | ||
v 1.0 -1.0 -1.0 | ||
v 1.0 -1.0 1.0 | ||
v 1.0 1.0 -1.0 | ||
v 1.0 1.0 1.0 | ||
|
||
f 1 3 7 5 | ||
f 1 5 6 2 | ||
f 5 7 8 6 | ||
f 1 2 4 3 | ||
f 3 4 8 7 | ||
f 2 6 8 4 |
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,18 @@ | ||
OFF | ||
# OFF file written by Coxeter version 0.7.0 | ||
# ConvexPolyhedron | ||
8 f6 12 | ||
-1.0 -1.0 -1.0 | ||
-1.0 -1.0 1.0 | ||
-1.0 1.0 -1.0 | ||
-1.0 1.0 1.0 | ||
1.0 -1.0 -1.0 | ||
1.0 -1.0 1.0 | ||
1.0 1.0 -1.0 | ||
1.0 1.0 1.0 | ||
4 0 2 6 4 | ||
4 0 4 5 1 | ||
4 4 6 7 5 | ||
4 0 1 3 2 | ||
4 2 3 7 6 | ||
4 1 5 7 3 |
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,25 @@ | ||
ply | ||
format ascii 1.0 | ||
comment PLY file written by Coxeter version 0.7.0 | ||
comment ConvexPolyhedron | ||
element vertex 8 | ||
property float x | ||
property float y | ||
property float z | ||
element face 6 | ||
property list uchar uint vertex_indices | ||
end_header | ||
-1.0 -1.0 -1.0 | ||
-1.0 -1.0 1.0 | ||
-1.0 1.0 -1.0 | ||
-1.0 1.0 1.0 | ||
1.0 -1.0 -1.0 | ||
1.0 -1.0 1.0 | ||
1.0 1.0 -1.0 | ||
1.0 1.0 1.0 | ||
4 0 2 6 4 | ||
4 0 4 5 1 | ||
4 4 6 7 5 | ||
4 0 1 3 2 | ||
4 2 3 7 6 | ||
4 1 5 7 3 |
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 ConvexPolyhedron | ||
facet normal 0.0 0.0 -4.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex -1.0 1.0 -1.0 | ||
vertex 1.0 1.0 -1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 0.0 -4.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex 1.0 1.0 -1.0 | ||
vertex 1.0 -1.0 -1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 -4.0 0.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex 1.0 -1.0 -1.0 | ||
vertex 1.0 -1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 -4.0 0.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex 1.0 -1.0 1.0 | ||
vertex -1.0 -1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal 4.0 0.0 0.0 | ||
outer loop | ||
vertex 1.0 -1.0 -1.0 | ||
vertex 1.0 1.0 -1.0 | ||
vertex 1.0 1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal 4.0 0.0 -0.0 | ||
outer loop | ||
vertex 1.0 -1.0 -1.0 | ||
vertex 1.0 1.0 1.0 | ||
vertex 1.0 -1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal -4.0 0.0 0.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex -1.0 -1.0 1.0 | ||
vertex -1.0 1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal -4.0 0.0 0.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex -1.0 1.0 1.0 | ||
vertex -1.0 1.0 -1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 4.0 0.0 | ||
outer loop | ||
vertex -1.0 1.0 -1.0 | ||
vertex -1.0 1.0 1.0 | ||
vertex 1.0 1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal -0.0 4.0 0.0 | ||
outer loop | ||
vertex -1.0 1.0 -1.0 | ||
vertex 1.0 1.0 1.0 | ||
vertex 1.0 1.0 -1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 0.0 4.0 | ||
outer loop | ||
vertex -1.0 -1.0 1.0 | ||
vertex 1.0 -1.0 1.0 | ||
vertex 1.0 1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 -0.0 4.0 | ||
outer loop | ||
vertex -1.0 -1.0 1.0 | ||
vertex 1.0 1.0 1.0 | ||
vertex -1.0 1.0 1.0 | ||
endloop | ||
endfacet | ||
endsolid ConvexPolyhedron |
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,20 @@ | ||
# vtk DataFile Version 3.0 | ||
ConvexPolyhedron created by Coxeter version 0.7.0 | ||
ASCII | ||
DATASET POLYDATA | ||
POINTS 8 float | ||
-1.0 -1.0 -1.0 | ||
-1.0 -1.0 1.0 | ||
-1.0 1.0 -1.0 | ||
-1.0 1.0 1.0 | ||
1.0 -1.0 -1.0 | ||
1.0 -1.0 1.0 | ||
1.0 1.0 -1.0 | ||
1.0 1.0 1.0 | ||
POLYGONS 6 30 | ||
4 0 2 6 4 | ||
4 0 4 5 1 | ||
4 4 6 7 5 | ||
4 0 1 3 2 | ||
4 2 3 7 6 | ||
4 1 5 7 3 |
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 @@ | ||
<x3d profile="Interchange" version="4.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:schemaLocation="http://www.web3d.org/specifications/x3d-4.0.xsd"><Scene><shape DEF="ConvexPolyhedron"><Appearance><Material diffuseColor="#6495ED" /></Appearance><IndexedFaceSet coordIndex="0 1 2 3 -1 4 5 6 7 -1 8 9 10 11 -1 12 13 14 15 -1 16 17 18 19 -1 20 21 22 23 -1"><Coordinate point="-1.0 -1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 -1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.0 1.0 1.0" /></IndexedFaceSet></shape></Scene></x3d> |
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 @@ | ||
<!DOCTYPE html><html xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/1999/xhtml"><head><script type="text/javascript" src="http://x3dom.org/release/x3dom.js"> </script><link rel="stylesheet" type="text/css" href="http://x3dom.org/release/x3dom.css" /></head><body><x3d profile="Interchange" version="4.0" xsi:schemaLocation="http://www.web3d.org/specifications/x3d-4.0.xsd"><Scene><shape DEF="Polyhedron"><Appearance><Material diffuseColor="#6495ED" /></Appearance><IndexedFaceSet coordIndex="0 1 2 3 -1 4 5 6 7 -1 8 9 10 11 -1 12 13 14 15 -1 16 17 18 19 -1 20 21 22 23 -1"><Coordinate point="-1.0 -1.0 -1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.0 1.0 1.0 -1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 1.0 1.0" /></IndexedFaceSet></shape></Scene></x3d></body></html> |
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,18 @@ | ||
# wavefront obj file written by Coxeter version 0.7.0 | ||
# Polyhedron | ||
|
||
v -1.0 -1.0 -1.0 | ||
v -1.0 -1.0 1.0 | ||
v -1.0 1.0 -1.0 | ||
v -1.0 1.0 1.0 | ||
v 1.0 -1.0 -1.0 | ||
v 1.0 -1.0 1.0 | ||
v 1.0 1.0 -1.0 | ||
v 1.0 1.0 1.0 | ||
|
||
f 1 2 4 3 | ||
f 1 3 7 5 | ||
f 5 7 8 6 | ||
f 2 6 8 4 | ||
f 1 5 6 2 | ||
f 7 3 4 8 |
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,18 @@ | ||
OFF | ||
# OFF file written by Coxeter version 0.7.0 | ||
# Polyhedron | ||
8 f6 12 | ||
-1.0 -1.0 -1.0 | ||
-1.0 -1.0 1.0 | ||
-1.0 1.0 -1.0 | ||
-1.0 1.0 1.0 | ||
1.0 -1.0 -1.0 | ||
1.0 -1.0 1.0 | ||
1.0 1.0 -1.0 | ||
1.0 1.0 1.0 | ||
4 0 1 3 2 | ||
4 0 2 6 4 | ||
4 4 6 7 5 | ||
4 1 5 7 3 | ||
4 0 4 5 1 | ||
4 6 2 3 7 |
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,25 @@ | ||
ply | ||
format ascii 1.0 | ||
comment PLY file written by Coxeter version 0.7.0 | ||
comment Polyhedron | ||
element vertex 8 | ||
property float x | ||
property float y | ||
property float z | ||
element face 6 | ||
property list uchar uint vertex_indices | ||
end_header | ||
-1.0 -1.0 -1.0 | ||
-1.0 -1.0 1.0 | ||
-1.0 1.0 -1.0 | ||
-1.0 1.0 1.0 | ||
1.0 -1.0 -1.0 | ||
1.0 -1.0 1.0 | ||
1.0 1.0 -1.0 | ||
1.0 1.0 1.0 | ||
4 0 1 3 2 | ||
4 0 2 6 4 | ||
4 4 6 7 5 | ||
4 1 5 7 3 | ||
4 0 4 5 1 | ||
4 6 2 3 7 |
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 Polyhedron | ||
facet normal -4.0 0.0 0.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex -1.0 -1.0 1.0 | ||
vertex -1.0 1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal -4.0 0.0 0.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex -1.0 1.0 1.0 | ||
vertex -1.0 1.0 -1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 0.0 -4.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex -1.0 1.0 -1.0 | ||
vertex 1.0 1.0 -1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 0.0 -4.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex 1.0 1.0 -1.0 | ||
vertex 1.0 -1.0 -1.0 | ||
endloop | ||
endfacet | ||
facet normal 4.0 0.0 0.0 | ||
outer loop | ||
vertex 1.0 -1.0 -1.0 | ||
vertex 1.0 1.0 -1.0 | ||
vertex 1.0 1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal 4.0 0.0 -0.0 | ||
outer loop | ||
vertex 1.0 -1.0 -1.0 | ||
vertex 1.0 1.0 1.0 | ||
vertex 1.0 -1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 0.0 4.0 | ||
outer loop | ||
vertex -1.0 -1.0 1.0 | ||
vertex 1.0 -1.0 1.0 | ||
vertex 1.0 1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 -0.0 4.0 | ||
outer loop | ||
vertex -1.0 -1.0 1.0 | ||
vertex 1.0 1.0 1.0 | ||
vertex -1.0 1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 -4.0 0.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex 1.0 -1.0 -1.0 | ||
vertex 1.0 -1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 -4.0 0.0 | ||
outer loop | ||
vertex -1.0 -1.0 -1.0 | ||
vertex 1.0 -1.0 1.0 | ||
vertex -1.0 -1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 4.0 -0.0 | ||
outer loop | ||
vertex 1.0 1.0 -1.0 | ||
vertex -1.0 1.0 -1.0 | ||
vertex -1.0 1.0 1.0 | ||
endloop | ||
endfacet | ||
facet normal 0.0 4.0 -0.0 | ||
outer loop | ||
vertex 1.0 1.0 -1.0 | ||
vertex -1.0 1.0 1.0 | ||
vertex 1.0 1.0 1.0 | ||
endloop | ||
endfacet | ||
endsolid Polyhedron |
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,20 @@ | ||
# vtk DataFile Version 3.0 | ||
Polyhedron created by Coxeter version 0.7.0 | ||
ASCII | ||
DATASET POLYDATA | ||
POINTS 8 float | ||
-1.0 -1.0 -1.0 | ||
-1.0 -1.0 1.0 | ||
-1.0 1.0 -1.0 | ||
-1.0 1.0 1.0 | ||
1.0 -1.0 -1.0 | ||
1.0 -1.0 1.0 | ||
1.0 1.0 -1.0 | ||
1.0 1.0 1.0 | ||
POLYGONS 6 30 | ||
4 0 1 3 2 | ||
4 0 2 6 4 | ||
4 4 6 7 5 | ||
4 1 5 7 3 | ||
4 0 4 5 1 | ||
4 6 2 3 7 |
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 @@ | ||
<x3d profile="Interchange" version="4.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:schemaLocation="http://www.web3d.org/specifications/x3d-4.0.xsd"><Scene><shape DEF="Polyhedron"><Appearance><Material diffuseColor="#6495ED" /></Appearance><IndexedFaceSet coordIndex="0 1 2 3 -1 4 5 6 7 -1 8 9 10 11 -1 12 13 14 15 -1 16 17 18 19 -1 20 21 22 23 -1"><Coordinate point="-1.0 -1.0 -1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.0 1.0 1.0 -1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 1.0 1.0" /></IndexedFaceSet></shape></Scene></x3d> |