Here you can switch between different modes, these are in development with more to be added.
Upload a video to start the light show. Important note: Wallpaper Engine only supports .webm and .ogv files but only .webm works properly.
For the lyrics mode upload an audio file with this naming convention for it to correctly work: songname-artist.mp3
50
50
100
100
Radiance Cascades is a global illumination technique that runs faster and doesn't have noise. Checking off this checkbox will default to shooting N random rays per pixel, however keeping it on for lighting is recommended for better performance and looks. Technical details on this can be found on Github.
If performance is an issue, enable this. The cascade calculation happens in 2 passes, meaning if the overlay is 60 fps, the lighting is calculated at 30 fps. Because the overlay and the light are calculated at different speeds, there will be artifacts where the previous frame is visible for a split second.
Fixes the ringing artifacts in RC, but brings down performance as more rays are cast
Lighting calculations need to happen in linear space but colors are in srgb space, this makes that conversion. The lighting effect will be there when this option is off, but it will be technically incorrect. The reason its off by default is because it makes the ringing artifacts way more visible.