Commit b91ec7a
authored
Fix sheen roughness in Standard Surface to glTF PBR translation (AcademySoftwareFoundation#2643)
closes AcademySoftwareFoundation#2642
**Sheen roughness** in glTF PBR is squared before the `sheen_bsdf` node compare to standard surface implementation.
In this PR the translation graph is updated to take the sqrt of the sheen roughness from standard surface to make sure the intended sheen roughness is translated properly.1 parent 078d91f commit b91ec7a
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
190 | 193 | | |
191 | 194 | | |
192 | 195 | | |
| |||
257 | 260 | | |
258 | 261 | | |
259 | 262 | | |
260 | | - | |
| 263 | + | |
261 | 264 | | |
262 | 265 | | |
263 | 266 | | |
| |||
0 commit comments