Fixed lighting on pony butts

This commit is contained in:
Sollace 2022-12-10 21:28:09 +00:00
parent 4c512f1d1c
commit 26985b9165

View file

@ -17,20 +17,20 @@
"neck_dilate_y": -0.1 "neck_dilate_y": -0.1
}, },
"skeleton": { "skeleton": {
"upper_torso": { "upper_torso": {
"body": { "body": {
"neck": { "neck": {
"head": { "head": {
"horn": {} "horn": {}
} }
}, },
"left_arm": {}, "left_arm": {},
"right_arm": {} "right_arm": {}
}, },
"left_leg": {}, "left_leg": {},
"right_leg": {}, "right_leg": {},
"wings": {} "wings": {}
} }
}, },
"data": { "data": {
"head": { "head": {
@ -111,31 +111,38 @@
} }
], ],
"children": { "children": {
"butt": { "butt": {
"pivot": [8, 8, 0], "pivot": [8, 8, 0],
"rotate": [0, 0, 90], "rotate": [0, 0, 90],
"cubes": [ "cubes": [
{ {
"type": "mson:plane", "__comment": "butt", "type": "mson:plane", "__comment": "butt",
"texture": { "u": 36, "v": 16 }, "texture": { "u": 36, "v": 16 },
"face": "south", "face": "south",
"position": [ -4, 4, 14 ], "position": [ -4, 4, 14 ],
"size": [ 8, 4 ] "size": [ 8, 4 ]
},
{
"type": "mson:plane", "__comment": "butt",
"texture": { "u": 36, "v": 16 },
"mirror": [false, true],
"face": "south",
"position": [ -4, 8, 14 ],
"size": [ 8, 4 ]
} }
] ],
}, "children": {
"butt_buttom": { "mirrored": {
"pivot": [-2, 12, 14], "pivot": [ 4, 8, 14 ],
"rotate": [0, 90, 0], "rotate": [0, 180, 0],
"cubes": [ "cubes": [
{
"type": "mson:plane", "__comment": "butt",
"texture": { "u": 36, "v": 16 },
"mirror": [true, true],
"face": "south",
"size": [ 8, 4 ]
}
]
}
}
},
"butt_buttom": {
"pivot": [-2, 12, 14],
"rotate": [0, 90, 0],
"cubes": [
{ {
"type": "mson:plane", "__comment": "butt bottom", "type": "mson:plane", "__comment": "butt bottom",
"texture": { "u": 36, "v": 16 }, "texture": { "u": 36, "v": 16 },
@ -151,8 +158,8 @@
"position": [ 0, 0, -2 ], "position": [ 0, 0, -2 ],
"size": [ 4, 4 ] "size": [ 4, 4 ]
} }
] ]
}, },
"tail_stub": { "tail_stub": {
"type": "mson:planar", "type": "mson:planar",
"pivot": [0, 1, -2.25], "pivot": [0, 1, -2.25],
@ -220,30 +227,30 @@
"body sides a", "body sides b", "qt mark a", "qt mark b" "body sides a", "body sides b", "qt mark a", "qt mark b"
], ],
"west": [ "west": [
[ -4, 4, 2, 8, 4, 12, 32 ], [ -4, 4,2, 8, 4, 12, 32 ],
[ -4, 8, 2, 8, 4, 12, 48 ], [ -4, 8,2, 8, 4, 12, 48 ],
[ -4, 4, 10, 4, 4, 0, 32 ], [ -4, 4, 10, 4, 4,0, 32 ],
[ -4, 8, 10, 4, 4, 0, 48 ] [ -4, 8, 10, 4, 4,0, 48 ]
] ]
}, },
"butt": { "butt": {
"pivot": [8, 8, 0], "pivot": [8, 8, 0],
"rotate": [0, 0, 90], "rotate": [0, 0, 90],
"type": "mson:planar", "type": "mson:planar",
"south": [ "south": [
[ -4, 4, 14, 8, 4, 36, 32 ], [ -4, 4, 14, 8, 4, 36, 32 ],
[ -4, 8, 14, 8, 4, 36, 32, false, true ] [ -4, 8, 14, 8, 4, 36, 32, false, true ]
] ]
}, },
"butt_buttom": { "butt_buttom": {
"pivot": [-2, 11.9999, 14], "pivot": [-2, 11.9999, 14],
"rotate": [0, 90, 0], "rotate": [0, 90, 0],
"type": "mson:planar", "type": "mson:planar",
"down": [ "down": [
[ 0, 0, 2, 4, 4, 36, 32 ], [ 0, 0, 2, 4, 4, 36, 32 ],
[ 0, 0, -2, 4, 4, 36, 32, false, true ] [ 0, 0, -2, 4, 4, 36, 32, false, true ]
] ]
} }
} }
}, },
"tail": { "tail": {