diff options
author | sanine <sanine.not@pm.me> | 2023-03-22 18:01:54 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-03-22 18:01:54 -0500 |
commit | a74ae213158c2458e13a195c4a4c8d0d01d6330e (patch) | |
tree | 0e62d7819d094d38eac1fa1ce5729f3e08a8ccd6 /assets/plane.obj | |
parent | 92803015adf19848c3f3a30caea889006ad05999 (diff) |
add ground plane
Diffstat (limited to 'assets/plane.obj')
-rw-r--r-- | assets/plane.obj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/plane.obj b/assets/plane.obj new file mode 100644 index 0000000..adae864 --- /dev/null +++ b/assets/plane.obj @@ -0,0 +1,17 @@ +# Blender v3.4.1 OBJ File: '' +# www.blender.org +mtllib plane.mtl +o Plane +v -1.000000 0.000000 1.000000 +v 1.000000 0.000000 1.000000 +v -1.000000 0.000000 -1.000000 +v 1.000000 0.000000 -1.000000 +vt 1.000000 0.000000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 1.000000 1.000000 +vn 0.0000 1.0000 0.0000 +usemtl None +s off +f 2/1/1 3/2/1 1/3/1 +f 2/1/1 4/4/1 3/2/1 |