Jump to content

[SOLVED] Emission mask alfa channel does not work


photo

Recommended Posts

Documentation:

 

  1. RGB values store information about a glowing color.
  2. An alpha (A) value stores a glow mask:
    • White color indicates that the area will be glowing.
    • Black color indicates that the area is not glowing.

 

But alfa mask has no effect on emission, it always emits on the whole texture. What works is to draw light only on places where it should be, rest leave black and dont use alfa channel. Documentation bug?

test_e.zip

Link to comment

demostenes

 

Yep, this is documentation bug. Will be fixed ASAP.

 

Alpha channel from the emission texture is being ignored.

 

Sorry for the inconvenience caused.

 

So proper color in RGB channels to not emit is black?

Link to comment
×
×
  • Create New...