mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-18 11:14:49 +00:00
draw boundary in fisheye Euclidean
This commit is contained in:
parent
ef556185db
commit
0f9b30f51b
@ -2613,7 +2613,7 @@ void queuestraight(hyperpoint X, int style, color_t lc, color_t fc, PPR p) {
|
|||||||
EX void draw_boundary(int w) {
|
EX void draw_boundary(int w) {
|
||||||
|
|
||||||
if(w == 1) return;
|
if(w == 1) return;
|
||||||
if(nonisotropic || euclid || gproduct) return;
|
if(nonisotropic || (euclid && pmodel != mdFisheye) || gproduct) return;
|
||||||
#if CAP_VR
|
#if CAP_VR
|
||||||
if(vrhr::active() && pmodel == mdHyperboloid) return;
|
if(vrhr::active() && pmodel == mdHyperboloid) return;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user