skinview3d-blockbench
Version:
SkinView3d animation provider for blockbench bedrock minecraft animations
18 lines (17 loc) • 394 B
JavaScript
export const defaultPositions = {
head: [0, 0, 0],
body: [0, -6, 0],
rightArm: [-5, -2, 0],
leftArm: [5, -2, 0],
rightLeg: [-1.9, -12, -0.1],
leftLeg: [1.9, -12, -0.1],
cape: [0, 8, -2]
};
export const defaultBonesOverrides = {
Head: 'head',
Body: 'body',
RightArm: 'rightArm',
LeftArm: 'leftArm',
RightLeg: 'rightLeg',
LeftLeg: 'leftLeg'
};