jumbatm / cloud-path-tracer

A toy online path tracing service.
GNU General Public License v3.0
0 stars 1 forks source link

Add Collator functionality #30

Closed peter2380123 closed 4 years ago

peter2380123 commented 5 years ago

After mutliple instances have finished rendering their respective scene, a collation should be done to combine tiles into a single png.

Look into clientside stitching of the image: https://stackoverflow.com/questions/28405619/javascript-array-to-png-client-side#28405724

Controller should be the one to serve this page -- through the redirect.

Blocked by #29.