animattion tweaks

Former-commit-id: 8e1b89a929761fee2a46aab4689a3dee72573eff
This commit is contained in:
jshipsey 2019-04-20 17:33:51 -04:00
parent 7717d12c7a
commit 30e80bdfc3

View File

@ -47,7 +47,7 @@ impl Figures {
}
let bone_meshes = [
Some(load_segment("head.vox").generate_mesh(Vec3::new(-7.5, -7.0, -6.0))),
Some(load_segment("head.vox").generate_mesh(Vec3::new(-3.5, -7.0, -6.0))),
Some(load_segment("chest.vox").generate_mesh(Vec3::new(-3.0, -6.0, 0.0))),
Some(load_segment("belt.vox").generate_mesh(Vec3::new(-3.0, -5.0, 0.0))),
Some(load_segment("pants.vox").generate_mesh(Vec3::new(-3.0, -5.0, 0.0))),