1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

2D3D:: Euclidean skies

This commit is contained in:
Zeno Rogue
2019-05-29 01:06:01 +02:00
parent f2d8378d0c
commit 587652e540
4 changed files with 33 additions and 4 deletions

View File

@@ -975,7 +975,10 @@ void geometry_information::make_3d_models() {
make_ball(shDisk, orbsize*.2, 2);
make_ball(shHeptaMarker, zhexf*.2, 1);
make_ball(shSnowball, zhexf*.1, 0);
make_ball(shSun, 3, 5);
if(euclid)
make_ball(shSun, 0.5, 2);
else
make_ball(shSun, 3, 5);
make_ball(shNightStar, 0.75, 2);
if(WDIM == 2) {