triSYCL / path_tracer

Experimental path tracing with C++20 and SYCL
Apache License 2.0
24 stars 6 forks source link

update camera #1

Closed kraiby30 closed 3 years ago

keryell commented 3 years ago

It compiles but it looks like it takes forever to run. Perhaps this is because we do not look at the same place as before without the camera?

keryell commented 3 years ago

Actually it finished after 10 minutes on my laptop

RT_SYCL/sycl-rt >| result.ppm  6295.97s user 7.84s system 1013% cpu 10:21.74 total

but the result is probably wrong, even if there are some ideas... result

It look like the depth of field is super short.

keryell commented 3 years ago

Thank you, it works quite better. Can you fix all the warning messages related to will be initialized after [-Wreorder]? Thanks.

kraiby30 commented 3 years ago

Yes, Ill look into it!