mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
added explanation 'floors in 3D geometries' to tstep
This commit is contained in:
parent
05b81b8c7d
commit
52a3fcf86f
@ -1255,7 +1255,7 @@ void add_edit_wall_quality(char c) {
|
|||||||
"Controls the number of triangles used for wall surfaces. "
|
"Controls the number of triangles used for wall surfaces. "
|
||||||
"Higher numbers reduce the performance. "
|
"Higher numbers reduce the performance. "
|
||||||
"This has a strong effect when the walls are curved indeed "
|
"This has a strong effect when the walls are curved indeed "
|
||||||
"(honeycombs based on horospheres, and projections other than native perspective), "
|
"(floors in 2D geometries, honeycombs based on horospheres, and projections other than native perspective), "
|
||||||
"but otherwise, usually it can be set to 1 without significant adverse effects other "
|
"but otherwise, usually it can be set to 1 without significant adverse effects other "
|
||||||
"than slightly incorrect texturing."
|
"than slightly incorrect texturing."
|
||||||
)
|
)
|
||||||
|
@ -8151,7 +8151,7 @@ S(
|
|||||||
"Controls the number of triangles used for wall surfaces. "
|
"Controls the number of triangles used for wall surfaces. "
|
||||||
"Higher numbers reduce the performance. "
|
"Higher numbers reduce the performance. "
|
||||||
"This has a strong effect when the walls are curved indeed "
|
"This has a strong effect when the walls are curved indeed "
|
||||||
"(honeycombs based on horospheres, and projections other than native perspective), "
|
"(floors in 2D geometries, honeycombs based on horospheres, and projections other than native perspective), "
|
||||||
"but otherwise, usually it can be set to 1 without significant adverse effects other "
|
"but otherwise, usually it can be set to 1 without significant adverse effects other "
|
||||||
"than slightly incorrect texturing.",
|
"than slightly incorrect texturing.",
|
||||||
|
|
||||||
|
@ -7869,7 +7869,7 @@ S(
|
|||||||
"Controls the number of triangles used for wall surfaces. "
|
"Controls the number of triangles used for wall surfaces. "
|
||||||
"Higher numbers reduce the performance. "
|
"Higher numbers reduce the performance. "
|
||||||
"This has a strong effect when the walls are curved indeed "
|
"This has a strong effect when the walls are curved indeed "
|
||||||
"(honeycombs based on horospheres, and projections other than native perspective), "
|
"(floors in 2D geometries, honeycombs based on horospheres, and projections other than native perspective), "
|
||||||
"but otherwise, usually it can be set to 1 without significant adverse effects other "
|
"but otherwise, usually it can be set to 1 without significant adverse effects other "
|
||||||
"than slightly incorrect texturing.",
|
"than slightly incorrect texturing.",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user