public static MaterialGlobalIlluminationFlags FixupEmissiveFlag (Color col, MaterialGlobalIlluminationFlags flags);

Parámetros

colEmission color.
flagsCurrent global illumination flag.

Valor de retorno

MaterialGlobalIlluminationFlags The fixed up flag.

Descripción

Returns a properly set global illlumination flag based on the passed in flag and the given color.


public static void FixupEmissiveFlag (Material mat);

Parámetros

matThe material to be fixed up.

Descripción

Properly sets up the globalIllumination flag on the given Material depending on the current flag's state and the material's emission property.