mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 09:24:53 +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
|
||||
|
||||
const int MAX_X = 8;
|
||||
const int MAX_X = 32;
|
||||
const int MAX_R = 20;
|
||||
auto at = [&] (ld i, ld a, ld z = 1, ld s = 1) {
|
||||
a += 0.5;
|
||||
|
Loading…
Reference in New Issue
Block a user