Skip to content

Commit

Permalink
Merge pull request #139 from KhronosGroup/IridescenceLamp
Browse files Browse the repository at this point in the history
IridescenceLamp glass changed to dielectric
  • Loading branch information
echadwick-artist authored Dec 19, 2024
2 parents bf5ad53 + 7eebdea commit c97234e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Binary file modified Models/IridescenceLamp/glTF-Binary/IridescenceLamp.glb
Binary file not shown.
12 changes: 8 additions & 4 deletions Models/IridescenceLamp/glTF/IridescenceLamp.gltf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"extensionsUsed": [
"KHR_materials_transmission",
"KHR_materials_volume",
"KHR_materials_iridescence"
"KHR_materials_iridescence",
"KHR_materials_ior"
],
"scene": 0,
"scenes": [
Expand Down Expand Up @@ -261,6 +262,9 @@
"index": 1
},
"extensions": {
"KHR_materials_ior": {
"ior": 1.6
},
"KHR_materials_transmission": {
"transmissionFactor": 1
},
Expand All @@ -269,9 +273,9 @@
},
"KHR_materials_iridescence": {
"iridescenceFactor": 1,
"iridescenceIor": 1.67,
"iridescenceIor": 2,
"iridescenceThicknessMaximum": 405,
"iridescenceThicknessMinimum": 395,
"iridescenceThicknessMinimum": 385,
"iridescenceThicknessTexture": {
"index": 2
}
Expand Down Expand Up @@ -338,4 +342,4 @@
"minFilter": 9987
}
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c97234e

Please sign in to comment.