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 | |
parent | 92803015adf19848c3f3a30caea889006ad05999 (diff) |
add ground plane
Diffstat (limited to 'assets')
-rw-r--r-- | assets/plane.mtl | 10 | ||||
-rw-r--r-- | assets/plane.obj | 17 |
2 files changed, 27 insertions, 0 deletions
diff --git a/assets/plane.mtl b/assets/plane.mtl new file mode 100644 index 0000000..f231bdf --- /dev/null +++ b/assets/plane.mtl @@ -0,0 +1,10 @@ +# Blender MTL File: 'None' +# Material Count: 1 + +newmtl None +Ns 500 +Ka 0.8 0.8 0.8 +Kd 0.8 0.8 0.8 +Ks 0.8 0.8 0.8 +d 1 +illum 2 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 |