diff options
author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2024-03-19 02:01:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 02:01:17 +0000 |
commit | 0f8d0e3cfdbd9b11b2357ed3e1a11375e7af8e80 (patch) | |
tree | 48b88b3b3b3a522a90c38b2178363a163a32f2ee /meshes/tetrahedron.obj |
Initial commit
Diffstat (limited to 'meshes/tetrahedron.obj')
-rwxr-xr-x | meshes/tetrahedron.obj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meshes/tetrahedron.obj b/meshes/tetrahedron.obj new file mode 100755 index 0000000..64ddd6c --- /dev/null +++ b/meshes/tetrahedron.obj @@ -0,0 +1,12 @@ +# :) + +o Regular Tetrahedron +v 0 1 0 +v 0.9428090416 -0.3333333333 0 +v -0.4714045208 -0.3333333333 -0.8164965809 +v -0.4714045208 -0.3333333333 0.8164965809 + +f 1 2 3 +f 1 3 4 +f 2 4 3 +f 1 4 2 |