22i / amc

quickly test - how the Minecraft mobs look like in Minetest
https://github.com/22i/minecraft-voxel-blender-models
GNU General Public License v3.0
12 stars 2 forks source link

Standing signs are to high? #16

Closed Wuzzy2 closed 7 years ago

Wuzzy2 commented 7 years ago

The standing sign has a height of over 1 which means it reaches outside of node boundaries. Is this intentional? Because this doesn't look right:

WTF?

In case this is not intentional, I suggest to reduce the sign height to 1 or less.

BTW: Do you know the sign height in MC?

22i commented 7 years ago

@Wuzzy2 This is how signs look in Minecraft - i will make em fit just 1 node as an option sign in minecraft

22i commented 7 years ago

@Wuzzy2 here are 1 node big standing signs

standing sign 0° https://github.com/22i/amc/blob/master/models/mcl_signs_1sign0.obj

standing sign 22.5° https://github.com/22i/amc/blob/master/models/mcl_signs_1sign22.5.obj

standing sign 45° https://github.com/22i/amc/blob/master/models/mcl_signs_1sign45.obj

standing sign 67.5° https://github.com/22i/amc/blob/master/models/mcl_signs_1sign67.5.obj

Wuzzy2 commented 7 years ago

Thanks, these signs are usable.

Wuzzy2 commented 7 years ago

Oh. Signs are actually this high in Minecraft? WTF?!