KhronosGroup / KhronosGroup/glTF-Sample-Assets

Corset Model Contains a Flipped Polygon in Front of the Surface

Open
#278 2 comments 0 reactions 1 assignee Claimed by @bghgary View on GitHub
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 |
| --- | --- |
|Image|Image|

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.