初步完善外发光

This commit is contained in:
caizhitao
2019-12-25 10:20:03 +08:00
parent a5cfb84dd0
commit ec75ce4939
4 changed files with 49 additions and 51 deletions

View File

@@ -9,7 +9,7 @@
"_defines": {
"USE_TEXTURE": true,
"USE_ALPHA_TEST": false,
"SHOW_INNER_GLOW": true
"SHOW_OUTTER_GLOW": true
},
"_props": {
"texture": null,
@@ -21,6 +21,6 @@
"a": 255
},
"glowColorSize": 0.2,
"glowThreshold": 0.1
"glowThreshold": 1
}
}