mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
CLI option -uqf
This commit is contained in:
parent
581cb8ae26
commit
567436ed2f
@ -3833,7 +3833,7 @@ void make_clipping_planes() {
|
|||||||
else if(pmodel == mdGeodesic && nil)
|
else if(pmodel == mdGeodesic && nil)
|
||||||
threshold = 2, xyz_threshold = 3, clip_checked = true;
|
threshold = 2, xyz_threshold = 3, clip_checked = true;
|
||||||
else return;
|
else return;
|
||||||
|
|
||||||
clipping_plane_sets.clear();
|
clipping_plane_sets.clear();
|
||||||
|
|
||||||
auto add_clipping_plane_txy = [] (transmatrix T, const transmatrix& nlp, ld x1, ld y1, ld x2, ld y2) {
|
auto add_clipping_plane_txy = [] (transmatrix T, const transmatrix& nlp, ld x1, ld y1, ld x2, ld y2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user