Files
assimp/test/models
DIGITAL IMAGE DESIGN 6fa9d09a97 AC: Support Double-Sided Faces (#6252)
* AC: Support Double-Sided Faces

The AC format marks double-sided SURF elements with the 0x20 flag, which Assimp ignored. This commit adds support for double-sided faces.

On encountering a double-sided face via the flag mentioned above, the front face is generated as usual but is then duplicated. The winding order of the duplicate is flipped to form a back face. Vertices are duplicated too so that back faces work correctly with normal vector generation and face smoothing.

* Add test file

* Simplify test case

---------

Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
2025-07-29 13:09:30 +02:00
..
2025-07-29 13:09:30 +02:00
2018-09-21 16:09:24 +02:00
2018-11-21 21:39:16 +01:00
2022-05-13 19:44:14 +02:00
2013-10-12 20:10:38 +02:00
2024-01-07 20:16:19 +01:00
2019-05-24 17:22:54 +02:00
2019-11-01 17:21:24 +01:00
2018-09-17 18:48:14 +02:00