1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-18 09:00:19 +00:00

Joukowsky transform, and better inverted Poincare

This commit is contained in:
Zeno Rogue
2018-10-25 02:44:35 +02:00
parent b44063f500
commit cbb53cfe68
5 changed files with 84 additions and 57 deletions

View File

@@ -195,7 +195,7 @@ void eyewidth_translate(int ed) {
void stereo::set_projection(int ed) {
DEBB(DF_GRAPH, (debugfile,"stereo::set_projection\n"));
start_projection(ed, pmodel == mdDisk && !spherespecial);
start_projection(ed, pmodel == mdDisk && !spherespecial && !(hyperbolic && vid.alpha <= -1));
if(!using_perspective) {
glhr::projection_multiply(glhr::ortho(vid.xres/2, -vid.yres/2, abs(stereo::scrdist) + 30000));