add multiple samples per pixel

This commit is contained in:
Fabien Freling 2021-04-26 22:51:49 +02:00
parent 79772c0df4
commit b0ce3eecec
5 changed files with 76 additions and 19 deletions

View file

@ -67,7 +67,6 @@ pub fn unitVector(vec: Vec3) Vec3 {
}
pub const Point3 = Vec3;
pub const Color = Vec3;
const assert = @import("std").debug.assert;