animattion tweaks

Former-commit-id: 0baf418a09bfa8ffad7a0bfe4b9f5256053454fb
This commit is contained in:
jshipsey 2019-04-20 17:33:51 -04:00
parent 3ff88ff478
commit 60fa9a7e20
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit e3083ec8e8e634af8c9daed00ea82435da195979
Subproject commit 0a176c408946f081850132623a6730d9d2b1e7ed

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))),