mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-07 01:34:07 +00:00
more detailed 3D pipes
This commit is contained in:
parent
c862a94e46
commit
12a9ba163f
@ -1297,7 +1297,7 @@ hpcshape& geometry_information::generate_pipe(ld length, ld width, ePipeEnd endt
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const int MAX_X = 8;
|
const int MAX_X = 32;
|
||||||
const int MAX_R = 20;
|
const int MAX_R = 20;
|
||||||
auto at = [&] (ld i, ld a, ld z = 1, ld s = 1) {
|
auto at = [&] (ld i, ld a, ld z = 1, ld s = 1) {
|
||||||
a += 0.5;
|
a += 0.5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user