mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
3d:: set geometry parameters in sphere3
This commit is contained in:
parent
f743a46010
commit
c279e91600
@ -87,6 +87,14 @@ void precalc() {
|
||||
}
|
||||
goto finish;
|
||||
}
|
||||
|
||||
if(sphere && DIM == 3) {
|
||||
rhexf = hexf = 0.378077;
|
||||
crossf = hcrossf = 0.620672;
|
||||
tessf = 1.090550;
|
||||
hexhexdist = 0.566256;
|
||||
goto finish;
|
||||
}
|
||||
|
||||
fmin = 0, fmax = hyperbolic ? 10 : 3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user