diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-10 11:08:27 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-10 11:08:27 -0700 |
commit | 25f37fbd0d92ca4960d97cf7fcaab155cfa5f789 (patch) | |
tree | 90ac4c2cff6a028766ace5b1a3f329a63d793981 /models/crops_orthogonal_plant.obj | |
parent | 9d54e7af933edd68088f123ca573c34f440d79e1 (diff) |
Corn.
Corn plants are 2 blocks high, and yield corn cobs. These can be
cooked to corn-on-the-cob, or processed to make corn seed (corn
kernels, basically).
Digging a mature plant yields the corn cob. A harvested corn plant
"wilts", and needs to be dug away to make the land usable, or can
be left as ornamental 2-block plant. Digging either top or bottom
block works in all cases, although I need to verify that I've
covered every block combo.
Diffstat (limited to 'models/crops_orthogonal_plant.obj')
-rw-r--r-- | models/crops_orthogonal_plant.obj | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/models/crops_orthogonal_plant.obj b/models/crops_orthogonal_plant.obj new file mode 100644 index 0000000..64ab567 --- /dev/null +++ b/models/crops_orthogonal_plant.obj @@ -0,0 +1,33 @@ +# Blender v2.60 (sub 0) OBJ File: '' +# www.blender.org +mtllib crops_orthogonal_plant.mtl +o Mesh_Mesh_Plant_Plant_.000 +v 0.500000 0.500000 0.300000 +v -0.500000 0.500000 0.300000 +v -0.500000 -0.500000 0.300000 +v 0.500000 -0.500000 0.300000 +v 0.500000 0.500000 -0.300000 +v -0.500000 0.500000 -0.300000 +v -0.500000 -0.500000 -0.300000 +v 0.500000 -0.500000 -0.300000 +v 0.300000 0.500000 0.500000 +v 0.300000 0.500000 -0.500000 +v 0.300000 -0.500000 -0.500000 +v 0.300000 -0.500000 0.500000 +v -0.300000 0.500000 0.500000 +v -0.300000 0.500000 -0.500000 +v -0.300000 -0.500000 -0.500000 +v -0.300000 -0.500000 0.500000 +vt 0.000000 1.000000 +vt 1.000000 1.000000 +vt 1.000000 0.000000 +vt 0.000000 0.000000 +g Mesh_Mesh_Plant_Plant_.000_Material.002_crops_corn_base_1.000 +usemtl Material.002_crops_corn_base_1.000 +s off +f 13/1 14/2 15/3 16/4 +g Mesh_Mesh_Plant_Plant_.000_Material.002_crops_corn_base_1.png +usemtl Material.002_crops_corn_base_1.png +f 1/2 2/1 3/4 4/3 +f 5/1 6/2 7/3 8/4 +f 9/2 10/1 11/4 12/3 |