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

Add sign meshes #14

Closed Wuzzy2 closed 7 years ago

Wuzzy2 commented 7 years ago

Can you add meshes for the sign (both wall mounted and on ground), please?

Wuzzy2 commented 7 years ago

The standing sign can be rotated in 16 directions in MC. So I need meshes for the standing sign at 0°, 22.5°, 45° and 67.5° rotation (the other angles can be obtained by using facedir).

22i commented 7 years ago

@Wuzzy2 yep will add em

22i commented 7 years ago

@Wuzzy2 here it is

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

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

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

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

wallmounted sign https://github.com/22i/amc/blob/master/models/mcl_signs_signonwall.obj

Wuzzy2 commented 7 years ago

Awesome! Issue complete! :+1: :100: