mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-07 13:59:44 +00:00
nicer model flag naming
This commit is contained in:
@@ -108,7 +108,7 @@ EX namespace polygonal {
|
||||
|
||||
#if HDR
|
||||
inline bool mdAzimuthalEqui() { return among(pmodel, mdEquidistant, mdEquiarea, mdEquivolume); }
|
||||
inline bool mdBandAny() { return among(pmodel, mdBand, mdBandEquidistant, mdBandEquiarea, mdSinusoidal, mdMollweide); }
|
||||
inline bool mdBandAny() { return mdinf[pmodel].flags & mf::pseudoband; }
|
||||
#endif
|
||||
|
||||
EX namespace models {
|
||||
|
||||
Reference in New Issue
Block a user