We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This new example scene shows very different output between PathCPU and PathOCL on my notebook's OpenCL CPU device: https://github.com/LuxCoreRender/LuxCoreTestScenes/tree/master/scenes/ProceduralLeaves
Here's the rendered output, note that the CPU render has some more samples than the OCL render, but I hope the problem is already visible:
PathCPU:
PathOCL:
The leaf meshes have no thickness, the material is glossytranslucent.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
The problem might be in the OpenCL bump code.
I replaced the glossytranslucent material with matte and fed only the bump into it. ProceduralLeaves_onlybump.blend.zip
This is what is fed into the bump socket:
Bump input CPU:
Bump input OCL:
And this is the result of the bump:
Bump result CPU:
Bump result OCL:
The bump input is identical, but the result is different.
Sorry, something went wrong.
Fixed a bug when evaluating complex tree of bump mapping nodes (issue #…
72b2acd
…198)
I should have fixed this problem.
Dade916
No branches or pull requests
This new example scene shows very different output between PathCPU and PathOCL on my notebook's OpenCL CPU device: https://github.com/LuxCoreRender/LuxCoreTestScenes/tree/master/scenes/ProceduralLeaves
Here's the rendered output, note that the CPU render has some more samples than the OCL render, but I hope the problem is already visible:
PathCPU:
![pathcpu](https://user-images.githubusercontent.com/1584761/57199870-90f74080-6f84-11e9-9bdf-fb09441d20de.png)
PathOCL:
![pathocl](https://user-images.githubusercontent.com/1584761/57199880-9ce30280-6f84-11e9-899c-b5d4e0c4f4d2.png)
The leaf meshes have no thickness, the material is glossytranslucent.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: