From dfb63f08a0d79dd1af07a6d3dfac6cdf6c94c668 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 10 Oct 2025 00:16:17 +0200 Subject: [PATCH] spaceship 3D model --- 3d-models.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/3d-models.cpp b/3d-models.cpp index eb282730..dd848a6f 100644 --- a/3d-models.cpp +++ b/3d-models.cpp @@ -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);