stride property

double stride
getter/setter pair

Pixels advanced along the screen per march step. 1 samples every pixel the reflection crosses (highest quality, most costly); larger values sample more sparsely and cheaply, but can step over thin or grazing surfaces. This sets the reflection quality; maxSteps bounds its cost.

Implementation

double stride = 9.0;