more detailed 3D pipes

This commit is contained in:
Zeno Rogue 2023-03-16 14:47:23 +01:00
parent c862a94e46
commit 12a9ba163f
1 changed files with 1 additions and 1 deletions

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;