优化采样算法

This commit is contained in:
caizhitao
2020-06-23 17:01:23 +08:00
parent eb0023a3c4
commit cc8c3b8bed
4 changed files with 26 additions and 69 deletions

View File

@@ -14,14 +14,15 @@
"SHOW_INNER_GLOW": true
},
"props": {
"glowColorSize": 0.01,
"glowColorSize": 0.1,
"glowColor": {
"__type__": "cc.Color",
"r": 255,
"g": 0,
"b": 87,
"g": 255,
"b": 255,
"a": 255
}
},
"glowThreshold": 0.1
}
}
}