| Screen | |
| Perlin | Perlin noise, |
| &pixel=true | &bloom=true | &ascii=true | &antialias=true |
|
Add a pixellation filter (this isn't needed for pixel-type visuals) |
Add a bloom filter (works best for the black and white ones) |
Convert into ascii (slow, only black and white) |
Smooth out with antialiasing |
| &speed=[num] | &scale=[num]/default | &brightness=[num] | |
|
Set the relative speed of the visuals (default 1) This has to be positive for pixel-type visuals |
Manually the scale of the display (default 1) If set to default, it uses the automatically scaled-down resolution, otherwise it scales relative to the true resolution |
Set the overall brightness of the visuals Must be 0 < brightness ≤ 1 |
|
| &vr=true | &sync=true | ||
|
Splitscreen for VR applications (prototype, doesn't stack well with post-processing modifiers) |
Choose whether to set the time off the system This keeps multiple versions synced up |
||