mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-24 17:34:48 +00:00
spaceship 3D model
This commit is contained in:
@@ -896,7 +896,7 @@ void geometry_information::make_3d_models() {
|
|||||||
&shEagle, &shFemaleBody, &shFlailMissile, &shGadflyWing, &shGargoyleWings, &shHawk, &shJiangShi, &shKnife,
|
&shEagle, &shFemaleBody, &shFlailMissile, &shGadflyWing, &shGargoyleWings, &shHawk, &shJiangShi, &shKnife,
|
||||||
&shPBody, &shPHead, &shRaiderBody, &shReptileBody, &shSkeletonBody, &shTongue, &shTrapArrow, &shTrylobite,
|
&shPBody, &shPHead, &shRaiderBody, &shReptileBody, &shSkeletonBody, &shTongue, &shTrapArrow, &shTrylobite,
|
||||||
&shWaterElemental, &shWolfBody, &shYeti, &shWormHead, &shWormHead, &shDragonHead, &shDragonSegment, &shDragonTail,
|
&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 })
|
&shWormTail, &shSmallWormTail, &shFrogBody })
|
||||||
make_shadow(*sh);
|
make_shadow(*sh);
|
||||||
|
|
||||||
@@ -1005,6 +1005,8 @@ void geometry_information::make_3d_models() {
|
|||||||
make_revolution_cut(shCatBody, 30, +g);
|
make_revolution_cut(shCatBody, 30, +g);
|
||||||
make_revolution_cut(shCatHead, 180, AHEAD - ABODY +g, 0.055 * scalefactor);
|
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(shBunnyBody, 30, +g);
|
||||||
make_revolution_cut(shBunnyHead, 180, AHEAD - ABODY +g, 0.055 * scalefactor);
|
make_revolution_cut(shBunnyHead, 180, AHEAD - ABODY +g, 0.055 * scalefactor);
|
||||||
make_revolution_cut(shBunnyTail, 30, +g);
|
make_revolution_cut(shBunnyTail, 30, +g);
|
||||||
|
|||||||
Reference in New Issue
Block a user