Home
last modified time | relevance | path

Searched refs:model_orientation (Results 1 – 6 of 6) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dmodels.cpp154 ocos = cos(pconf.model_orientation * degree); in configure()
155 osin = sin(pconf.model_orientation * degree); in configure()
462 dialog::addSelItem(XLAT("model orientation"), fts(vpconf.model_orientation) + "°", 'l'); in model_menu()
464 dialog::editNumber(vpconf.model_orientation, 0, 360, 90, 0, XLAT("model orientation"), ""); in model_menu()
475 dialog::addSelItem(XLAT("model orientation"), fts(vpconf.model_orientation) + "°", 'l'); in model_menu()
477 dialog::editNumber(vpconf.model_orientation, 0, 360, 90, 0, XLAT("model orientation"), ""); in model_menu()
820 shift_arg_formula(vpconf.model_orientation); in readArgs()
840 shift_arg_formula(vpconf.model_orientation); in readArgs()
957 param_f(p.model_orientation, pp+"mori", sp+"model orientation", 0); in add_model_config()
H A Dhypgraph.cpp2277 ld a = -pconf.model_orientation * degree; in draw_model_elements()
2466 transmatrix T = spin(-pconf.model_orientation * degree); in draw_boundary()
2490 … queuestraight(xspinpush0(-pconf.model_orientation * degree - M_PI/2, fakeinf), 1, lc, fc, p); in draw_boundary()
2616 h.h = spin(pconf.model_orientation * degree) * h.h; in change_shift()
2618 h.h = spin(-pconf.model_orientation * degree) * h.h; in change_shift()
2631 T.T = spin(pconf.model_orientation * degree) * T.T; in change_shift()
2634 T.T = spin(-pconf.model_orientation * degree) * T.T; in change_shift()
2665 T.T = spin(pconf.model_orientation * degree) * T.T; in optimize_shift()
2678 T.T = spin(-pconf.model_orientation * degree) * T.T; in optimize_shift()
H A Dracing.cpp988 pconf.model_orientation = race_angle; in race_projection()
1002 pconf.model_orientation = race_angle + 90; in race_projection()
1044 int q = pconf.model_orientation - race_angle; in race_projection()
1045 dialog::reaction = [q] () { pconf.model_orientation = race_angle + q; }; in race_projection()
H A Dscreenshot.cpp1344 vpconf.model_orientation += ballangle_rotation * 360 * t / period; in apply()
1888 dynamicval<ld> dt(pconf.model_orientation, ticks / 25.); in __anonba777e5b3b02()
1899 dynamicval<ld> dt(pconf.model_orientation, ticks / 25.); in __anonba777e5b3d02()
H A Dhyper.h245 ld model_orientation, halfplane_scale, model_orientation_yz; member
H A Dmenus.cpp1070 pconf.model_orientation = racing::race_angle; in showStartMenu()