Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Fix transmission and clearcoat factor.
Browse files Browse the repository at this point in the history
  • Loading branch information
proog128 committed Aug 7, 2020
1 parent b516a0b commit 4fa022e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 2.0/ToyCar/glTF/ToyCar.gltf
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@
"ior" : 6
},
"KHR_materials_transmission" : {
"transmissionFactor": 1,
"transmissionTexture" : {
"index": 5,
"texCoord": 0
}
},
"KHR_materials_clearcoat" : {
"clearcoatFactor": 1,
"clearcoatTexture" : {
"index": 6,
"texCoord": 0
Expand Down

0 comments on commit 4fa022e

Please sign in to comment.