Replace random number generator

This commit is contained in:
Patrick Stevens
2021-04-17 00:18:19 +01:00
parent 1fe0847a1e
commit c8e514d7ad
12 changed files with 329 additions and 149 deletions

View File

@@ -51,5 +51,5 @@ module Camera =
View = view
ViewportXAxis = xAxis
ViewportYAxis = yAxis
SamplesPerPixel = 50
SamplesPerPixel = 60
}