Playing with lightmap 2 : Rembrandt rendering is weird ; here a lightmap w/o rembrandt (yellow light on the console):

and the same with rembrandt enabled:

Not very good at all, the first is well colorized, on the later, Rembrandt renders colors only on the hi white value of the lightmap (i tried a full white or black pict.), else it doesn't deal with color at all (on the range from 0 to 60% grey => no color)
Parameters used for the effect:
Code: Select all
<PropertyList>
<name>console-lights</name>
<inherits-from>/Effects/model-combined-deferred</inherits-from>
<parameters>
<lightmap-enabled type="int">1</lightmap-enabled>
<texture n="3">
<image>../Models/5.Cockpit Panel Main Board-lights.png</image>
</texture>
<lightmap-factor type="float" n="0">
<use>/bell412/power/output/consoles/conslt</use>
</lightmap-factor>
<lightmap-color type="vec3d" n="0"> 1.0 1.0 0.0 </lightmap-color>
<!-- alpha channel -->
<!--
<lightmap-factor type="float" n="3">1.0</lightmap-factor> alpha channel
-->
</parameters>
</PropertyList>
I tried to play with multimap, but don't know how it works (no result at all). FG doc don't explain a lot about lightmap, the texture slot (why the nr 3 ?), the lightmap-color slot (does it apply from the picture channel or on the shader channel ?), how to really use them ... So, if someone knows how to fix this ... thanks.