Fixed the vest layer Fixes #144

This commit is contained in:
Sollace 2020-02-08 11:14:59 +02:00
parent 4abe04bfe4
commit bc148fc833

View file

@ -141,101 +141,55 @@
"west": [-2, 1.199998, -2.8, 4, 4] "west": [-2, 1.199998, -2.8, 4, 4]
}, },
"jacket": { "jacket": {
"texture": { "u": 16, "v": 32 },
"cubes": [ "cubes": [
{ "from": [-4, 0, -2], "size": [ 8, 12, 4], "stretch": 0.25 }, { "from": [-4, 4, -2], "size": [ 8, 8, 4 ], "texture": { "u": 16, "v": 32 }, "stretch": 0.25 }
{ "from": [-4, 4, -2], "size": [ 8, 8, 4 ], "stretch": 0.25 }
] ]
}, },
"saddle": { "saddle": {
"texture": { "u": 24, "v": 0 }, "texture": { "u": 24, "v": 0 },
"cubes": [ "children": [
{ {
"type": "mson:plane", "__comment": "body sides a", "type": "mson:planar",
"texture": { "u": 12, "v": 32 }, "stretch": 0.26,
"face": "east", "__comment": [
"position": [ 4, 4, 2 ], "size": [ 8, 4 ], "stretch": 0.25 "body sides a",
}, "body sides b",
{ "qt mark a",
"type": "mson:plane", "__comment": "body sides a", "qt mark b",
"texture": { "u": 12, "v": 32 }, "body sides a",
"mirror": [ false, false, true ], "body sides b",
"face": "west", "qt mark a",
"position": [ -4, 4, 2 ], "size": [ 8, 4 ], "stretch": 0.25 "qt mark b",
}, "stomach a",
{ "stomach b",
"type": "mson:plane", "__comment": "body sides b", "stomach c",
"texture": { "u": 12, "v": 48 }, "butt",
"face": "east", "butt"
"position": [ 4, 8, 2 ], "size": [ 8, 4 ], "stretch": 0.25 ],
}, "east": [
{ [ 4, 4, 2, 8, 4, 12, 32 ],
"type": "mson:plane", "__comment": "body sides b", [ 4, 8, 2, 8, 4, 12, 48 ],
"mirror": [ false, false, true ], [ 4, 4, 10, 4, 4, 0, 32 ],
"texture": { "u": 12, "v": 48 }, [ 4, 8, 10, 4, 4, 0, 48 ]
"face": "west", ],
"position": [ -4, 8, 2 ], "size": [ 8, 4 ], "stretch": 0.25 "west": [
}, [ -4, 4, 2, 8, 4, 12, 32 ],
{ [ -4, 8, 2, 8, 4, 12, 48 ],
"type": "mson:plane", "__comment": "qt mark a", [ -4, 4, 10, 4, 4, 0, 32 ],
"texture": { "u": 0, "v": 32 }, [ -4, 8, 10, 4, 4, 0, 48 ]
"face": "east", ],
"position": [ 4, 4, 10 ], "size": [ 4, 4 ], "stretch": 0.25 "down": [
}, [ -4, 12, 2, 8, 4, 28, 48 ],
{ [ -4, 12, 6, 8, 4, 44, 48 ],
"type": "mson:plane", "__comment": "qt mark a", [ -4, 12, 10, 8, 4, 36, 32 ]
"mirror": [ false, false, true ], ],
"texture": { "u": 0, "v": 32 }, "south": [
"face": "west", [ -4, 4, 14, 8, 4, 36, 32 ],
"position": [ -4, 4, 10 ], "size": [ 4, 4 ], "stretch": 0.25 [ -4, 8, 14, 8, 4, 36, 32 ]
}, ],
{ "up": [
"type": "mson:plane", "__comment": "qt mark b", [ -4, 4, 2, 8, 12, 32, 36 ]
"texture": { "u": 0, "v": 48 }, ]
"face": "east",
"position": [ 4, 8, 10 ], "size": [ 4, 4 ], "stretch": 0.25
},
{
"type": "mson:plane", "__comment": "qt mark b",
"texture": { "u": 0, "v": 48 },
"face": "west",
"position": [ -4, 8, 10 ], "size": [ 4, 4 ], "stretch": 0.25
},
{
"type": "mson:plane", "__comment": "stomach a",
"texture": { "u": 28, "v": 48 },
"face": "down",
"position": [ -4, 12, 2 ], "size": [ 8, 4 ], "stretch": 0.25
},
{
"type": "mson:plane", "__comment": "stomach b",
"texture": { "u": 44, "v": 48 },
"face": "down",
"position": [ -4, 12, 6 ], "size": [ 8, 4 ], "stretch": 0.25
},
{
"type": "mson:plane", "__comment": "stomach c",
"texture": { "u": 36, "v": 32 },
"face": "down",
"position": [ -4, 12, 10 ], "size": [ 8, 4 ], "stretch": 0.25
},
{
"type": "mson:plane", "__comment": "butt",
"texture": { "u": 36, "v": 32 },
"face": "south",
"position": [ -4, 4, 14 ], "size": [ 8, 4 ], "stretch": 0.25
},
{
"type": "mson:plane", "__comment": "butt",
"texture": { "u": 36, "v": 32 },
"face": "south",
"position": [ -4, 8, 14 ], "size": [ 8, 4 ], "stretch": 0.25
},
{
"type": "mson:plane", "__comment": "back",
"texture": { "u": 32, "v": 36 },
"face": "up",
"position": [ -4, 4, 2 ], "size": [ 8, 12 ], "stretch": 0.25
} }
] ]
}, },