redraw wine-rack, simplify the bottle meshes used therein

(cuts the number of tris down from >7k to 4.6k)
better UV maps/materials use
This commit is contained in:
Vanessa Ezekowitz 2015-04-26 21:57:56 -04:00
parent a6d05f451b
commit 020754d13a
6 changed files with 4927 additions and 8860 deletions

View File

@ -669,7 +669,13 @@ local wine_cbox = homedecor.nodebox.slab_z(0.25)
homedecor.register("wine_rack", {
description = "Wine Rack",
mesh = "homedecor_wine_rack.obj",
tiles = {"homedecor_wine_rack.png"},
tiles = {
"homedecor_generic_wood_red.png",
"homedecor_bottle_brown.png",
"homedecor_bottle_brown2.png",
"homedecor_bottle_brown3.png",
"homedecor_bottle_brown4.png"
},
inventory_image = "homedecor_wine_rack_inv.png",
groups = {choppy=2},
selection_box = wine_cbox,

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B