In the "Vraylight-Rectangle/Disc light" rollout there is a little checkbox called:
Preview texmap
it is greyed out and cannot be turned off or on except with the light selected and the following maxscript command:
$.preview_texmap = false
$.preview_texmap = true
so what does it do?
no reference in the docs, though there is a picture of the rollout here:
https://docs.chaosgroup.com/display/...+%7C+VRayLight
and in the disc light docs....
I think I've asked this before: is there a way of working out (mathematically) how the light intensity is affected by the "directional" value of the light... Preferably independently of the light distribution area (radius or 1/2length 1/2 height).
IE New intensity = OldIntensity x 2^(directional)/2
or something?
Preview texmap
it is greyed out and cannot be turned off or on except with the light selected and the following maxscript command:
$.preview_texmap = false
$.preview_texmap = true
so what does it do?
no reference in the docs, though there is a picture of the rollout here:
https://docs.chaosgroup.com/display/...+%7C+VRayLight
and in the disc light docs....
I think I've asked this before: is there a way of working out (mathematically) how the light intensity is affected by the "directional" value of the light... Preferably independently of the light distribution area (radius or 1/2length 1/2 height).
IE New intensity = OldIntensity x 2^(directional)/2
or something?
Comment