1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-22 16:44:48 +00:00

spaceship 3D model

This commit is contained in:
Zeno Rogue
2025-10-10 00:16:17 +02:00
parent 23d8abff0f
commit dfb63f08a0

View File

@@ -896,7 +896,7 @@ void geometry_information::make_3d_models() {
&shEagle, &shFemaleBody, &shFlailMissile, &shGadflyWing, &shGargoyleWings, &shHawk, &shJiangShi, &shKnife,
&shPBody, &shPHead, &shRaiderBody, &shReptileBody, &shSkeletonBody, &shTongue, &shTrapArrow, &shTrylobite,
&shWaterElemental, &shWolfBody, &shYeti, &shWormHead, &shWormHead, &shDragonHead, &shDragonSegment, &shDragonTail,
&shTentHead, &shILeaf[0], &shILeaf[1], &shWormSegment, &shSmallWormSegment, &shBunnyBody,
&shTentHead, &shILeaf[0], &shILeaf[1], &shWormSegment, &shSmallWormSegment, &shBunnyBody, &shSpaceship,
&shWormTail, &shSmallWormTail, &shFrogBody })
make_shadow(*sh);
@@ -1005,6 +1005,8 @@ void geometry_information::make_3d_models() {
make_revolution_cut(shCatBody, 30, +g);
make_revolution_cut(shCatHead, 180, AHEAD - ABODY +g, 0.055 * scalefactor);
make_revolution_cut(shSpaceshipBase, 180, 0);
make_revolution_cut(shBunnyBody, 30, +g);
make_revolution_cut(shBunnyHead, 180, AHEAD - ABODY +g, 0.055 * scalefactor);
make_revolution_cut(shBunnyTail, 30, +g);