You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether to reset the random seed to `0` when restarting the render. If true then a consistent random sample pattern will appear when moving the camera, for example.
247
247
248
+
### .stableTiles
249
+
250
+
```js
251
+
stableTiles = true :Boolean
252
+
```
253
+
254
+
Whether the initial tile is reset to the top left tile when moving the camera or if it should continue to shift every frame.
0 commit comments