cmake-raytracer icon indicating copy to clipboard operation
cmake-raytracer copied to clipboard

Support image dimensions that aren't powers of two

Open 64 opened this issue 4 years ago • 0 comments

As per the README:

For now, to keep the code simple, you are required to keep image_width, image_height and num_procs as powers of 2, otherwise the image may not be fully formed.

This shouldn't be too hard to fix.

64 avatar Jan 11 '21 16:01 64