mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-09 10:14:16 +00:00
used cyclefix and raddif in more places; (c)spin90, (c)spin180 and spin180 functions; rephrased M_PI in terms of TAU and x._deg when applicable
This commit is contained in:
@@ -735,7 +735,7 @@ void shot_settings() {
|
||||
brm_limit = GDIM == 2 ? 1000 : 0;
|
||||
|
||||
if(GDIM == 3)
|
||||
View = cspin(0, 2, 30 * degree) * cspin(1, 2, 30*degree) * View;
|
||||
View = cspin(0, 2, 30 * degree) * cspin(1, 2, 30._deg) * View;
|
||||
|
||||
shift_view(ctangent(2, -0.5));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user