- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Embree renderer is only an example to demonstrate the ray tracing kernels. As such it lacks many features one would expect from a production quality renderer. To render the caustics in your image you need a photon mapping algorithm, which is not supported by the Embree renderer. However, as a workaround you can reduce the noise by increasing the size of your light source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sven,
Thank you for the quick reply. I understand the included renderer is just an example, but I wouldn't have expected this much noise. It appears in every render that uses a material other than matte. I don't see these artifacts in other renders posted online (like the crown here: http://embree.github.io/images/crown.jpg)
I was planning to use the ray tracing kernel in a photon mapper, so that is good news. Thanks again for the help.
-Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Update: I switched my HDRI light source to the same one used in the crown scene, and it works much better. So it seems your suggestion of enlarging the light source (in this case, larger areas of the image acting as a light source) worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You didn't expect noise probably because all renderers, even those claiming to be unbiased, clamp the noise away by introducing bias. But since the embree sample renderer is (looks) truly unbiased path tracer, there will by ALWAYS some noise if you have specular objects and small light sources.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page