1
0
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:
Zeno Rogue 2023-03-16 14:47:23 +01:00
parent c862a94e46
commit 12a9ba163f

View File

@ -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;