maxSteps property

int maxSteps
getter/setter pair

The maximum number of march steps, a hard cost ceiling. Clamped to the shader's maximum (currently 256). A reflection that reaches this budget fades out (see distanceFadeStart) rather than cutting off.

Implementation

int maxSteps = 90;