revolution_cut for tiny shapes

This commit is contained in:
Zeno Rogue 2019-04-21 20:19:30 +02:00
parent 596b4ce786
commit 2c40216e06
1 changed files with 4 additions and 0 deletions

View File

@ -744,6 +744,10 @@ void make_3d_models() {
make_revolution_cut(shEagle, 180, 0, 0.05*S);
make_revolution_cut(shHawk, 180, 0, 0.05*S);
make_revolution_cut(shTinyBird, 180, 0, 0.025 * S);
make_revolution_cut(shTinyShark, 90);
make_revolution_cut(shMiniGhost, 60);
make_revolution_cut(shGargoyleWings, 180, 0, 0.05*S);
make_revolution_cut(shGargoyleBody, 180, 0, 0.05*S);
make_revolution_cut(shGadflyWing, 180, 0, 0.05*S);