Created
August 9, 2019 10:59
-
-
Save SupremeMortal/8869f59f9caba88159bc24b3346a17cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"geometry.humanoid": { | |
"bones": [ | |
{ | |
"name": "body", | |
"pivot": [ 0.0, 24.0, 0.0 ], | |
"cubes": [ | |
{ | |
"origin": [ -4.0, 12.0, -2.0 ], | |
"size": [ 8, 12, 4 ], | |
"uv": [ 16, 16 ] | |
} | |
] | |
}, | |
{ | |
"name": "waist", | |
"neverRender": true, | |
"pivot": [ 0.0, 12.0, 0.0 ] | |
}, | |
{ | |
"name": "head", | |
"pivot": [ 0.0, 24.0, 0.0 ], | |
"cubes": [ | |
{ | |
"origin": [ -4.0, 24.0, -4.0 ], | |
"size": [ 8, 8, 8 ], | |
"uv": [ 0, 0 ] | |
} | |
] | |
}, | |
{ | |
"name": "hat", | |
"pivot": [ 0.0, 24.0, 0.0 ], | |
"cubes": [ | |
{ | |
"origin": [ -4.0, 24.0, -4.0 ], | |
"size": [ 8, 8, 8 ], | |
"uv": [ 32, 0 ], | |
"inflate": 0.5 | |
} | |
], | |
"neverRender": true | |
}, | |
{ | |
"name": "rightArm", | |
"pivot": [ -5.0, 22.0, 0.0 ], | |
"cubes": [ | |
{ | |
"origin": [ -8.0, 12.0, -2.0 ], | |
"size": [ 4, 12, 4 ], | |
"uv": [ 40, 16 ] | |
} | |
] | |
}, | |
{ | |
"name": "leftArm", | |
"pivot": [ 5.0, 22.0, 0.0 ], | |
"cubes": [ | |
{ | |
"origin": [ 4.0, 12.0, -2.0 ], | |
"size": [ 4, 12, 4 ], | |
"uv": [ 40, 16 ] | |
} | |
], | |
"mirror": true | |
}, | |
{ | |
"name": "rightLeg", | |
"pivot": [ -1.9, 12.0, 0.0 ], | |
"cubes": [ | |
{ | |
"origin": [ -3.9, 0.0, -2.0 ], | |
"size": [ 4, 12, 4 ], | |
"uv": [ 0, 16 ] | |
} | |
] | |
}, | |
{ | |
"name": "leftLeg", | |
"pivot": [ 1.9, 12.0, 0.0 ], | |
"cubes": [ | |
{ | |
"origin": [ -0.1, 0.0, -2.0 ], | |
"size": [ 4, 12, 4 ], | |
"uv": [ 0, 16 ] | |
} | |
], | |
"mirror": true | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment