The Corona effect kind is a mesh-table Container effect container.
...
effects
{
glow0
{
kind "corona"
att "a.light"
texture-kuid <kuid:383363:101733>
object-size 0.005
directional 1
min-distance 35
max-distance 4000
mul-distance 4.5
max-size-mul 500
}
}
...
kind =”corona”
att = “a.light” = name on mesh
texture-kuid = Specifies a user-defined texture for the corona by identifying the KUIDÂ
object-zize = 0.005 = corona size
directional = A value of 0 means the corona is omnidirectional; a value of 1 indicates that the corona is directional along the negative z axis.
min-distance = Closest distance at which the corona disappears.
mul-distance = corona visibility is not seen when the value is reached.
max-size-mull = the shorter the distance, the larger the corona.
