You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
jbb01 b47ded6c56 add iterative rendering mode for faster results
In normal mode, the image is rendered one pixel at a time, taking multiple samples per pixel and averaging them before continuing with the next pixel.

In iterative mode, the image is rendered one sample at a time, taking one sample per pixel, then taking another sample and averaging it with the one before, and so on.
6 months ago
gradle initial commit 6 months ago
src add iterative rendering mode for faster results 6 months ago
.gitignore initial commit 6 months ago
build.gradle.kts initial commit 6 months ago
gradle.properties initial commit 6 months ago
gradlew initial commit 6 months ago
gradlew.bat initial commit 6 months ago
settings.gradle.kts initial commit 6 months ago