Skip to content

Commit

Permalink
fix(model): better readable text decals
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Revyn112 committed Sep 26, 2023
1 parent 578ad1d commit c5cfb7d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions hdw-a339x/src/model/a330-interior/A330_NEO_INTERIOR_LOD00.gltf
Original file line number Diff line number Diff line change
Expand Up @@ -115724,12 +115724,17 @@
"index": 51
},
"pbrMetallicRoughness": {
"metallicFactor": 0,
"roughnessFactor": 0.5,
"baseColorTexture": {
"index": 53
}
},
"extensions": {
"ASOBO_material_blend_gbuffer": {}
"ASOBO_material_blend_gbuffer": {},
"ASOBO_material_draw_order": {
"drawOrderOffset": 12
}
}
},
{
Expand Down Expand Up @@ -115868,12 +115873,17 @@
"index": 55
},
"pbrMetallicRoughness": {
"metallicFactor": 0,
"roughnessFactor": 0.5,
"baseColorTexture": {
"index": 56
}
},
"extensions": {
"ASOBO_material_blend_gbuffer": {}
"ASOBO_material_blend_gbuffer": {},
"ASOBO_material_draw_order": {
"drawOrderOffset": 12
}
}
},
{
Expand Down Expand Up @@ -115964,6 +115974,8 @@
0.485150009393692
],
"pbrMetallicRoughness": {
"metallicFactor": 0,
"roughnessFactor": 0.5,
"baseColorTexture": {
"index": 69
}
Expand Down Expand Up @@ -176088,6 +176100,7 @@
"ASOBO_material_shadow_options",
"ASOBO_material_glass",
"ASOBO_material_blend_gbuffer",
"ASOBO_material_draw_order",
"ASOBO_material_invisible",
"ASOBO_tags",
"ASOBO_material_environment_occluder",
Expand Down

0 comments on commit c5cfb7d

Please sign in to comment.