Posted June 15, 20205 yr Hi. I create Blender model, But I don't understand why it's hollow? And JSON is: { "parent": "forge:block/default", "loader": "forge:obj", "model": "farmcraft:models/block/boiling.obj", "flip-v": true, "transform": { "scale": [0.375, 0.375, 0.375], "translation": [0.4, -0.5, 0.4] } } This problem occurs when they start to change model in modeling tab in blender. And if I add a normal cube without changes so it works.
June 16, 20205 yr Hi Probably - some of your face normals are pointing the wrong way. Use blender to automatically recalculate them so that your faces are pointing outwards, not inwards. Cheers TGG
June 16, 20205 yr Author 9 hours ago, TheGreyGhost said: Hi Probably - some of your face normals are pointing the wrong way. Use blender to automatically recalculate them so that your faces are pointing outwards, not inwards. Cheers TGG I try recalculate outside (Mesh -> Normals -> Recalculate outside) but not work. I also tried to recalculate inside and set from faces but nothing worked.
June 16, 20205 yr Howdy Could you pls put your Blender model and your mod into GitHub? I will take a look in the next couple of days if you like. -TGG
June 17, 20205 yr Author 15 hours ago, TheGreyGhost said: Howdy Could you pls put your Blender model and your mod into GitHub? I will take a look in the next couple of days if you like. -TGG https://github.com/grossik/FarmCraft/blob/master/src/main/resources/assets/farmcraft/models/block/boiling.obj
June 18, 20205 yr Author 1 hour ago, TheGreyGhost said: Please add your blender model i.e. the .blend file... -TGG Yeah sorry https://github.com/grossik/FarmCraft/blob/master/src/main/resources/assets/farmcraft/models/block/boiling.blend
June 19, 20205 yr Howdy Your base and your top are not quads, they're circles. You need to tessellate them to quads in Blender -TGG
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.