mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 02:40:33 +00:00
3d:: removed debug from adjust_eye
This commit is contained in:
parent
063e4e35c2
commit
3b8e541a1a
@ -738,8 +738,6 @@ void adjust_eye(hpcshape& eye, hpcshape head, ld shift_eye, ld shift_head, int q
|
|||||||
if(d < mindist) mindist = d, pos = min(min(pss[i][2], pss[i+1][2]), pss[i+2][2]), qty++;
|
if(d < mindist) mindist = d, pos = min(min(pss[i][2], pss[i+1][2]), pss[i+2][2]), qty++;
|
||||||
qtyall++;
|
qtyall++;
|
||||||
}
|
}
|
||||||
println(hlog, "center = ", center);
|
|
||||||
println(hlog, "qty= ", qty, "/",qtyall, " pos = ", pos, " mindist=", mindist);
|
|
||||||
|
|
||||||
make_ball(eye, rad, 0);
|
make_ball(eye, rad, 0);
|
||||||
transmatrix T = zpush(-shift_eye) * rgpushxto0(center) * zpush(pos);
|
transmatrix T = zpush(-shift_eye) * rgpushxto0(center) * zpush(pos);
|
||||||
|
Loading…
Reference in New Issue
Block a user