Skip to content

Commit

Permalink
Use KHR_materials_transmission in FlightHelmet
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob authored Oct 17, 2023
1 parent bd539c1 commit 2796714
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 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,7 @@
"occlusionTexture": {
"index": 13
},
"alphaMode": "BLEND",
"alphaMode": "OPAQUE",
"name": "LensesMat"
}
],
Expand Down

0 comments on commit 2796714

Please sign in to comment.