Fixed saddlebags and the stetson (all models should work now! \0/)

This commit is contained in:
Sollace 2019-12-10 00:30:30 +02:00
parent 76b16302c4
commit b5c5ad1d57
2 changed files with 31 additions and 67 deletions

View file

@ -3,80 +3,49 @@
"left_bag": { "left_bag": {
"type": "mson:planar", "type": "mson:planar",
"texture": {"u": 56, "v": 19}, "texture": {"u": 56, "v": 19},
"center": [0, 4, 4], "center": [4, 4, 4],
"south": [ "north": [0, -0.5, -1, 3, 6, 56, 25],
[4, -0.5, -1, 3, 6, 25, 56], "south": [0, -0.5, 7, 3, 6, 59, 25],
[4, -0.5, 7, 3, 6, 25, 59] "east": [3, -0.5, -1, 8, 6, 56, 19],
], "west": [0, -0.5, -1, 8, 6, 56, 19],
"west": [
[7, -0.5, -1, 6, 8, 19, 56],
[4, -0.5, -1, 6, 8, 19, 56]
],
"children": [ "children": [
{ {
"rotate": [270, 0, 0], "type": "mson:planar",
"top": [-3, -1, -8, 8, 3, 56, 16], "rotate": [0, 90, 0],
"children": [ "up": [-7, -0.5, 0, 8, 3, 56, 16],
{ "down": [-7, 5.5, 0, 8, 3, 56, 22]
"type": "mson:plane",
"face": "down",
"from": [-3, 5, -8], "size": [-3, 8],
"mirror": [false, true]
}
]
} }
] ]
}, },
"right_bag": { "right_bag": {
"type": "mson:planar", "type": "mson:planar",
"texture": {"u": 56, "v": 19}, "texture": {"u": 56, "v": 19},
"center": [0, 4, 4], "center": [-4, 4, 4],
"south": [ "north": [-3, -0.5, -1, 3, 6, 56, 25],
[-7, -0.5, -1, 3, 6, 56, 25], "south": [-3, -0.5, 7, 3, 6, 59, 25],
[-7, -0.5, 7, 3, 6, 59, 25] "east": [ 0, -0.5, -1, 8, 6, 56, 19],
], "west": [-3, -0.5, -1, 8, 6, 56, 19],
"west": [
[-4, -0.5, -1, 6, 8, 19, 56],
[-7, -0.5, -1, 6, 8, 19, 56]
],
"children": [ "children": [
{ {
"rotate": [270, 0, 0], "type": "mson:planar",
"top": [-8, -1, 3, 8, 3, 56, 16], "rotate": [0, 90, 0],
"children": [ "mirror": [false, false, true],
{ "up": [-7, -0.5, -3, 8, 3, 56, 16],
"type": "mson:plane", "down": [-7, 5.5, -3, 8, 3, 56, 22]
"face": "down",
"from": [-8, 5, 3], "size": [-3, 8],
"mirror": [false, true]
}
]
} }
] ]
}, },
"strap": { "strap": {
"type": "mson:planar", "type": "mson:planar",
"texture": {"u": 56, "v": 19}, "texture": {"u": 56, "v": 19},
"offset": [-4, -0.3, 2], "center": [0, 3.4, 4],
"center": [0, 4, 4], "up": [
"top": [ [-4, 0, 2, 8, 1],
[-4, -0.3, 2, 8, 1], [-4, 0, 3, 8, 1]
[-4, -0.3, 3, 8, 1]
], ],
"south": [-4, -0.3, 4, 8, 1], "south": [-4, 0, 4, 8, 1],
"north": [-4, -0.3, 2, 8, 1], "north": [-4, 0, 2, 8, 1],
"children": [ "east": [ -4, 0, 2, 2, 1, 56, 31],
{ "west": [ 4, 0, 2, 2, 1, 56, 31]
"type": "mson:planar",
"texture": {"u": 56, "v": 31},
"rotate": [270, 0, 0],
"west": [
[ 4.0002, -3, -0.305, 3, 1],
[ 4.0002, -4, -0.305, 3, 1],
[-3.9998, -3, -0.305, 3, 1],
[-3.9998, -4, -0.305, 3, 1]
]
}
]
} }
} }

View file

@ -19,22 +19,17 @@
], ],
"children": [ "children": [
{ {
"__comment": "hat inside",
"cubes": [ "cubes": [
{"from": [-5, -8, -6], "size": [9, 4, 9]}, {"from": [-5, -8, -6], "size": [9, 4, 9], "texture": {"u": 0, "v": 0}},
{"from": [-6, -6, -7], "size": [11, 2, 11], "texture": {"u": 0, "v": 13}} {"from": [-6, -6, -7], "size": [11, 2, 11], "texture": {"u": 0, "v": 13}}
] ]
}, },
{ {
"type": "mson:planar",
"center": [-9, -4, -12 ], "center": [-9, -4, -12 ],
"rotate": [23, 0, 0], "rotate": [23, 0, 0],
"cubes": [ "south": [0, -6, 0, 16, 6, 0, 27]
{
"type": "mson:plane",
"face": "south",
"texture": {"u": 0, "v": 27},
"position": [0, -6, 0], "size": [16, 6]
}
]
} }
] ]
} }