RenderKit / ospray

An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
http://ospray.org
Apache License 2.0
1.02k stars 186 forks source link

White pixels in render output #316

Closed hieronymusanthonius closed 5 years ago

hieronymusanthonius commented 5 years ago

Can somebody explain how those white pixels occur ? ( and how to reduce them )

Knipsel

Thanks in advance

jeffamstutz commented 5 years ago

The amount of artifacts you are seeing is definitely not normal and looks like something is wrong (maybe a bug?).

Can you provide any details about what you are rendering? (ex: spp, number of frames refined, lights/materials used, etc.) Ideally we would like to reproduce this ourselves, either by directly rendering your scene (if allowed) or in a small proxy scene representative of what you are doing.

@johguenther thoughts or ideas?

hieronymusanthonius commented 5 years ago

I am using a spotlight and an ambient light in the scene. When I remove the spotlight the effect is gone.

The geometry is constructed from custom 3D file format , but are all triangles.

I used mostly obj materials with 2d textures.

Op 11 apr. 2019 om 21:34 heeft Jefferson Amstutz notifications@github.com het volgende geschreven:

The amount of artifacts you are seeing is definitely not normal and looks like something is wrong (maybe a bug?).

Can you provide any details about what you are rendering? (ex: spp, number of frames refined, lights/materials used, etc.) Ideally we would like to reproduce this ourselves, either by directly rendering your scene (if allowed) or in a small proxy scene representative of what you are doing.

@johguenther thoughts or ideas?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

johguenther commented 5 years ago

A workaround is (probably) to set the renderer parameter "maxContribution" to something like 5. Does the spotlight have a radius > 0?

hieronymusanthonius commented 5 years ago

The radius was always set to 1, when I increase the artifacts disappear, thanks a lot