mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 06:17:38 +00:00
added comments for sl:: parameters, set them as param_, renamed steps to shader_iterations
This commit is contained in:
@@ -1690,8 +1690,10 @@ EX }
|
||||
|
||||
EX namespace slr {
|
||||
|
||||
/** in what range are we rendering H2xR */
|
||||
EX ld range_xy = 2;
|
||||
EX int steps = 15;
|
||||
/** the number of steps for inverse_exp in the shader */
|
||||
EX int shader_iterations = 15;
|
||||
|
||||
EX transmatrix translate(hyperpoint h) {
|
||||
return matrix4(
|
||||
|
Reference in New Issue
Block a user