KhronosGroup / KhronosGroup/glTF-Sample-Assets
Corset Model Contains a Flipped Polygon in Front of the Surface
Open
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 107
- Avg merge
- 9h 39m
- Merged PRs (30d)
- 4
Description
The Corset model appears to contain an incorrectly placed interior polygon that protrudes through, or lies in front of, the visible exterior surface. During path-traced rendering, the camera ray hits the exterior front-facing surface first, so the misplaced polygon is not visible directly. However, shadow rays still intersect this flipped or internal polygon, causing an incorrect shadow patch on the model.
The following visuals were rendered with [vk_gltf_renderer](https://github.com/nvpro-samples/vk_gltf_renderer).
| Front/Back faces | Rendered |
| --- | --- |
||
|
Contributor guide
Assessment
This issue has not been assessed yet.