1
0
réplica de https://github.com/mt-mods/homedecor_modpack.git sincronizado 2025-11-01 09:45:27 +01:00

better model for 3d bookshelf

more efficient use of texture space, fewer polys, less wasted vertices.

also made it and empty bookshelf use default wood where possible, and
composite the inside-back texture from overlay + default wood.
Este cometimento está contido em:
Vanessa Ezekowitz
2015-04-17 06:02:36 -04:00
ascendente 52ef3e9099
cometimento 015243e307
9 ficheiros modificados com 685 adições e 1079 eliminações

Ver ficheiro

@@ -1,21 +1,26 @@
minetest.override_item("default:bookshelf", {
drawtype = "mesh",
mesh = "3dbookshelf.obj",
tiles = { "3dbookshelf.png" },
tiles = {
"default_wood.png",
"default_wood.png^3dbookshelf_inside_back.png",
"3dbookshelf_books.png",
},
paramtype = "light",
paramtype2 = "facedir",
})
if minetest.get_modpath("moreblocks") then
minetest.override_item("moreblocks:empty_bookshelf", {
drawtype = "nodebox",
tiles = {
"3dbookshelf_top.png",
"3dbookshelf_bottom.png",
"3dbookshelf_sides.png",
"3dbookshelf_sides.png",
"3dbookshelf_fb_empty.png",
"3dbookshelf_fb_empty.png"
"default_wood.png^[transformR180",
"default_wood.png",
"default_wood.png^[transformR90",
"default_wood.png^[transformR270",
"default_wood.png^3dbookshelf_inside_back.png",
"default_wood.png^3dbookshelf_inside_back.png"
},
paramtype = "light",
paramtype2 = "facedir",

A apresentação das diferenças no ficheiro foi suprimida por ser demasiado grande Carregar diff

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 2.1 KiB

Ficheiro binário não mostrado.

Depois

Largura:  |  Altura:  |  Tamanho: 1.2 KiB

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 175 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 218 B

Ficheiro binário não mostrado.

Depois

Largura:  |  Altura:  |  Tamanho: 299 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 175 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 175 B