LuxCore
LuxCore copied to clipboard
about function1D
In file, /master/include/luxrays/utils/mcdistribution.h, line 64, return func[off1] * (1.f - d) * func[off2] * d; should be + instead of *.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
return func[off1] * (1.f - d) + func[off2] * d;