fixed Bull Horn shape

This commit is contained in:
Zeno Rogue 2019-05-16 17:01:33 +02:00
parent fc1256c896
commit 43e00d1b77
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ void make_3d_models() {
// make_ahead_3d(shBullHorn);
make_revolution_cut(shBullBody, 180, +g);
make_revolution_cut(shBullHead, 60, geom3::AHEAD - geom3::ABODY +g);
shift_shape(shBullHorn, g-(geom3::AHEAD - geom3::ABODY));
shift_shape(shBullHorn, -g-(geom3::AHEAD - geom3::ABODY));
// make_revolution_cut(shBullHorn, 180, geom3::AHEAD - geom3::ABODY);
make_paw_3d(shTrylobiteFrontClaw, shTrylobiteFrontLeg);