Commit 7f679ba
feat(IfcImporter): add doubleSidedMaterials option
Some exporters (e.g. certain Revit pipelines) produce geometry whose
winding is not consistent, so front-face-only rendering can hide those
faces. Add an opt-in doubleSidedMaterials flag on IfcImporter that makes
the generated materials render both sides (renderedFaces TWO). Defaults
to false to keep the previous front-face behavior.
Refs #233
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9985277 commit 7f679ba
2 files changed
Lines changed: 15 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
133 | 143 | | |
134 | 144 | | |
135 | 145 | | |
| |||
Lines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
478 | 474 | | |
479 | 475 | | |
480 | 476 | | |
| |||
0 commit comments