Search found 2 matches

by siyanieyoyo
Thu Jul 16, 2020 2:09 am
Forum: User Support
Topic: Question about the InitRay()
Replies: 3
Views: 1792

Re: Question about the InitRay()

It is flipped using "filmHeight - filmY - 1.f" when inputting and then we need to flip it back using "y = height - y - 1" for the output?
https://github.com/LuxCoreRender/LuxCor ... t.cpp#L514
Is it necessary to do so?
by siyanieyoyo
Fri Apr 24, 2020 9:17 am
Forum: Development
Topic: NO Bidir OpenCL to choose
Replies: 1
Views: 1673

NO Bidir OpenCL to choose

for path tracing I can choose CPU or OpenCL, but for bidirectional path tracing I can only choose CPU.
Why is it? Will there be a bidirectional path tracing GPU version supported in the further version?
birdir.PNG
birdir.PNG (4.85 KiB) Viewed 1673 times
bidir2.PNG
bidir2.PNG (4.89 KiB) Viewed 1673 times