Skip to content
New issue

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

CW or CCW triangles ignored by the render engine #545

Open
ArchlineXP opened this issue Nov 21, 2022 · 1 comment
Open

CW or CCW triangles ignored by the render engine #545

ArchlineXP opened this issue Nov 21, 2022 · 1 comment

Comments

@ArchlineXP
Copy link

Is there any way to ignore the CW or CCW triangles during rendering? Some objects are rendered incorrectly, miscolored triangles appear on the surface instead of the color I set. I attached a photo of it.
OSPRay Render

@johguenther
Copy link
Contributor

No, there is no backface-culling in OSPRay. The artifacts on the chairs indeed look like z-fighting: are there multiple surfaces overlapping at the same spot (two chairs put in each other)? Maybe also the vertex-normals are too extreme (parallel to the surface). Which material is used? Do the artifacts also appear with the SciVis renderer / OBJ material?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants