Home
last modified time | relevance | path

Searched refs:rotspace (Results 1 – 7 of 7) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Draycaster.cpp118 if(sphere && pmodel == mdPerspective && !rotspace) in available()
143 if(rotspace) return false; // not very good in requested()
411 if(prod || rotspace) flat2 -= 2; in enable_raycaster()
551 …else if(sphere && rotspace) fsh += " mediump float len(mediump vec4 x) { return 1.+x.x*x.x+x.y*x.… in enable_raycaster()
1094 string s = (rotspace || prod) ? "-2" : ""; in enable_raycaster()
1101 if(rotspace) fmain += in enable_raycaster()
H A Dnonisotropic.cpp1228 if(!rotspace) return; in fix_bounded_cycles()
1476 if(rotspace) in configure_period()
1496 if(rotspace) { in configure_period()
2420 return rotspace || (cgflags & qSTRETCHABLE); in applicable()
H A Dhyper.h148 #define rotspace (geometry == gRotSpace) macro
H A Dgeom-exp.cpp611 else if(rotspace) in select_quotient()
H A Dsystem.cpp1375 if(rotspace) { in set_geometry()
H A Dhyperpoint.cpp387 if(rotspace) return hyperpoint(x, y, 0, sqrt(1-x*x-y*y)); in hpxy()
H A Dmapeditor.cpp498 if(rotspace) { in save_geometry()