diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-03 18:56:22 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-03 18:56:38 -0500 |
| commit | 8450893a1c0598b3af8c7cf9a9c39966e754ae14 (patch) | |
| tree | d5c3162c91b44aa1e52e1098ae729aec5d305e2a /examples/assets/meshes | |
| parent | e73044fbd51f9c8f15eb6bd60248887ccd8b16f0 (diff) | |
Move example to example
Diffstat (limited to 'examples/assets/meshes')
| -rw-r--r-- | examples/assets/meshes/cube.obj | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/examples/assets/meshes/cube.obj b/examples/assets/meshes/cube.obj new file mode 100644 index 0000000..2f3a670 --- /dev/null +++ b/examples/assets/meshes/cube.obj @@ -0,0 +1,38 @@ +# Blender 4.1.1 +# www.blender.org +o Cube +v 1.000000 1.000000 -1.000000 +v 1.000000 -1.000000 -1.000000 +v 1.000000 1.000000 1.000000 +v 1.000000 -1.000000 1.000000 +v -1.000000 1.000000 -1.000000 +v -1.000000 -1.000000 -1.000000 +v -1.000000 1.000000 1.000000 +v -1.000000 -1.000000 1.000000 +vn -0.0000 1.0000 -0.0000 +vn -0.0000 -0.0000 1.0000 +vn -1.0000 -0.0000 -0.0000 +vn -0.0000 -1.0000 -0.0000 +vn 1.0000 -0.0000 -0.0000 +vn -0.0000 -0.0000 -1.0000 +vt 0.625000 0.500000 +vt 0.875000 0.500000 +vt 0.875000 0.750000 +vt 0.625000 0.750000 +vt 0.375000 0.750000 +vt 0.625000 1.000000 +vt 0.375000 1.000000 +vt 0.375000 0.000000 +vt 0.625000 0.000000 +vt 0.625000 0.250000 +vt 0.375000 0.250000 +vt 0.125000 0.500000 +vt 0.375000 0.500000 +vt 0.125000 0.750000 +s 0 +f 1/1/1 5/2/1 7/3/1 3/4/1 +f 4/5/2 3/4/2 7/6/2 8/7/2 +f 8/8/3 7/9/3 5/10/3 6/11/3 +f 6/12/4 2/13/4 4/5/4 8/14/4 +f 2/13/5 1/1/5 3/4/5 4/5/5 +f 6/11/6 5/10/6 1/1/6 2/13/6 |
