mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
some more
This commit is contained in:
parent
453c06f9f9
commit
3ac47f53f5
@ -253,17 +253,17 @@ void bshape_regular(floorshape &fsh, int id, int sides, int shift, ld size) {
|
||||
|
||||
bshape(fsh.b[id], fsh.prio);
|
||||
for(int t=0; t<=sides; t++)
|
||||
hpcpush(ddi(t*S84 / sides + shift, size) * C0);
|
||||
hpcpush(xspinpush0(t*2 * M_PI / sides + shift, size));
|
||||
|
||||
bshape(fsh.shadow[id], fsh.prio);
|
||||
for(int t=0; t<=sides; t++)
|
||||
hpcpush(ddi(t*S84 / sides + shift, size * SHADMUL) * C0);
|
||||
hpcpush(xspinpush0(t*2 * M_PI / sides + shift, size * SHADMUL));
|
||||
|
||||
for(int k=0; k<SIDEPARS; k++) {
|
||||
fsh.side[k].resize(2);
|
||||
bshape(fsh.side[k][id], PPR_LAKEWALL);
|
||||
hpcpush(ddi(S42/sides, size) * C0);
|
||||
hpcpush(ddi(-S42/sides, size) * C0);
|
||||
hpcpush(xspinpush0(M_PI/sides, size));
|
||||
hpcpush(xspinpush0(-M_PI/sides, size));
|
||||
chasmifyPoly(dlow_table[k], dhi_table[k], k);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user