Skip to content

Commit

Permalink
fix(model): better readable text decals
Browse files Browse the repository at this point in the history
  • Loading branch information
Revyn112 committed Sep 26, 2023
1 parent 578ad1d commit 930a21a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 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.25,
"baseColorTexture": {
"index": 53
}
},
"extensions": {
"ASOBO_material_blend_gbuffer": {}
"ASOBO_material_blend_gbuffer": {},
"ASOBO_material_draw_order": {
"drawOrderOffset": 12
}
}
},
{
Expand Down Expand Up @@ -115964,12 +115969,17 @@
0.485150009393692
],
"pbrMetallicRoughness": {
"metallicFactor": 0,
"roughnessFactor": 0.25,
"baseColorTexture": {
"index": 69
}
},
"extensions": {
"ASOBO_material_blend_gbuffer": {}
"ASOBO_material_blend_gbuffer": {},
"ASOBO_material_draw_order": {
"drawOrderOffset": 12
}
}
},
{
Expand Down Expand Up @@ -176088,6 +176098,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 930a21a

Please sign in to comment.