Page MenuHomePhabricator

3D interpolation surface has flipped normals
Closed, ResolvedPublic

Description

At least the surface that is generated when a 3d interapolation was confirmed has flipped normals. You can verify by copying/remeshing the surface and render one surface as point cloud, the other one as wireframe model. Switch on backface culling for the point cloud variant and you also may want to increase the point size. The "front" is culled, which is now easy to recognize with the wireframe surface as reference. I hope that the flipped normals also cause the ugly rendering, where it seems that a lot of triangles are clipped.

Event Timeline

Seems like the ImageToSurface filter just need to flip its generated normals.

User kislinsk has pushed new remote branch:

bug-19695-FlipImageToSurfaceNormals

BTW: The ugly rendering artifacts can be resolved by enabling Depth Peeling in the preferences or depth sorting in the surface properties.

[b0bad8]: Merge branch 'bug-19695-FlipImageToSurfaceNormals'

Merged commits:

2016-04-27 12:47:49 Stefan Kislinskiy [028cb0]
Flip generated normals as they pointed inwards