Skip to content

Commit

Permalink
Merge pull request #48 from mrdoob/patch-2
Browse files Browse the repository at this point in the history
 Use KHR_materials_transmission in FlightHelmet
  • Loading branch information
elalish authored Nov 13, 2023
2 parents 9f68cdd + ffb8201 commit 3f062ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Models/FlightHelmet/glTF/FlightHelmet.gltf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "2.0",
"generator": "babylon.js glTF exporter for Maya 2018 v20200228.3 (with minor hand modifications)"
},
"extensionsUsed": [
"KHR_materials_transmission"
],
"scene": 0,
"scenes": [
{
Expand Down Expand Up @@ -554,6 +557,11 @@
"name": "LeatherPartsMat"
},
{
"extensions": {
"KHR_materials_transmission": {
"transmissionFactor": 1
}
},
"pbrMetallicRoughness": {
"baseColorTexture": {
"index": 14
Expand All @@ -568,7 +576,6 @@
"occlusionTexture": {
"index": 13
},
"alphaMode": "BLEND",
"name": "LensesMat"
}
],
Expand Down

0 comments on commit 3f062ea

Please sign in to comment.