Posted September 16, 20187 yr im trying to render and item horizontally in offhand but im having trouble could someone please help? here is the the part of the .json file where i am trying to render the rotation "parent": "item/generated", "display": { "thirdperson_lefthand": { "rotation": [ 45, -90, 90 ], "translation": [ 0, -2.0, 3 ], "scale": [ 0.85, 0.85, 0.85 ] }, "thirdperson_righthand": { "rotation": [ 0, 90, -55 ], "translation": [ 0, 4.0, 0.5 ], "scale": [ 0.85, 0.85, 0.85 ] }, "firstperson_lefthand": { "rotation": [ 0, 0, 45 ], "translation": [ 1.13, 3.2, 1.13 ], "scale": [ 0.68, 0.68, 0.68 ] }, "firstperson_righthand": { "rotation": [ -90, 90, -25 ], "translation": [ 1.13, 3.2, 1.13 ], "scale": [ 0.68, 0.68, 0.68 ] } },
September 16, 20187 yr I recommend using software that allows you to change your transforms visually instead of doing trial and error manually. Blockbench is the one I use for example. It can even import already existing json models.
September 16, 20187 yr Author ok ill note taht for the future managed to figure it out through trial and error
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.