I need the material to glow, but it doesn't glow, please help code: "sxl_led_a": { "name": "sxl_led_a", "mapTo": "sxl_led_a", "class": "Material", "Stages": [ { "baseColorMap": "/vehicles/sxl_w212_v2/txt/white.png", "metallicFactor": 1, "normalMap": "vehicles/sxl_w212_v2/txt/flat_nm.dds", "roughnessFactor": 1, "opacityMap": "vehicles/sxl_w212_v2/txt/led_a_o.png", "colorPaletteMap": "/vehicles/sxl_w212_v2/color2/paint_p3.png", "instanceDiffuse": true, "pixelSpecular": false, "glow": true, "glowFactor": [1,1,1] }, {}, {}, {} ], "alphaRef": 0, "doubleSided": true, "castShadows": false, "dynamicCubemap": true, "translucent": true, "translucentRecvShadows": true, "version": 1.5 } I think maybe something in the code needs to be changed
I replaced it, as a result, at night the material glows not colored, but white, and the color itself is not bright, but whiter. is it possible to fix it?
--- Post updated --- everything is fine, I fixed it, I just left the most necessary lines at the end of the code and everything worked as I needed it.