Commit d54e44f
authored
gltf: let extension handle late-added materials (#22858)
# Objective
- #22569 broke some examples, some materials are not displayed
## Solution
- Some materials are added late because we modify them depending on how
they're used (for example, with an inverted scale). Also triggers
extensions on those
## Testing
examples `light_probe_blending`, `irradiance_volumes`, `pccm`, `pcss`
are now fixed1 parent dea15b6 commit d54e44f
1 file changed
Lines changed: 15 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1600 | 1600 | | |
1601 | 1601 | | |
1602 | 1602 | | |
1603 | | - | |
1604 | | - | |
1605 | | - | |
1606 | | - | |
| 1603 | + | |
1607 | 1604 | | |
1608 | 1605 | | |
1609 | 1606 | | |
1610 | | - | |
| 1607 | + | |
1611 | 1608 | | |
1612 | 1609 | | |
1613 | 1610 | | |
1614 | 1611 | | |
1615 | 1612 | | |
1616 | 1613 | | |
1617 | | - | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
| 1620 | + | |
| 1621 | + | |
| 1622 | + | |
| 1623 | + | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
1618 | 1627 | | |
1619 | 1628 | | |
1620 | 1629 | | |
| |||
0 commit comments