mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
revolution_cut for tiny shapes
This commit is contained in:
parent
596b4ce786
commit
2c40216e06
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user