Home
last modified time | relevance | path

Searched refs:floorrad1 (Results 1 – 2 of 2) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dpolygons.cpp358 for(int t=0; t<=S84; t+=2) hpcpush(ddi(t, floorrad1*.5) * C0); in procedural_shapes()
361 for(int t=0; t<=S84; t+=2) hpcpush(ddi(t, floorrad1*.9) * C0); in procedural_shapes()
388 for(int t=0; t<=SD7; t++) hpcpush(ddi(t*S12, floorrad1*.1) * C0); in procedural_shapes()
394 for(int t=0; t<=SD7; t++) hpcpush(ddi(t*S12, floorrad1*.1) * C0); in procedural_shapes()
400 for(int t=0; t<=SD7; t++) hpcpush(ddi(t*S12, floorrad1*.15) * C0); in procedural_shapes()
441 ld rad0 = floorrad0, rad1 = floorrad1; in procedural_shapes()
960 shFloor.configure(floorrad0, floorrad1); in configure_floorshapes()
961 shMFloor.configure(floorrad0*7/8, floorrad1*7/8); in configure_floorshapes()
962 shMFloor2.configure(floorrad0*6/8, floorrad1*6/8); in configure_floorshapes()
963 shMFloor3.configure(floorrad0*5/8, floorrad1*5/8); in configure_floorshapes()
[all …]
H A Dgeometry.cpp201 ld orbsize, floorrad0, floorrad1, zhexf; member
753 floorrad1 = rhexf * (GDIM == 3 ? 1 : 0.94); in prepare_basics()
757 floorrad0 = floorrad1 = rhexf * (GDIM == 3 ? 1 : .94); in prepare_basics()
760 floorrad1 = rhexf * (GDIM == 3 ? 1 : .8); in prepare_basics()