Someone was asking some time ago what are the units of intensity (the "color") for the VRayLights; finally had some time to figure that out, so here it is.
First, a few assumptions:
(*) VRay always works with Generic units internally. VRayLights also do that and assume that 1 generic unit is equal to 1 meter. If this is not so, the multiplier of the light will need to be adjusted, if you want the light to have specific predefined intensity.
(*) We assume that the light color is pure white.
(*) We assume all other VRayLight options have the default values.
If the "Normalize intensity" option is OFF (the default), then the light multiplier defines the light intensity in watts per square meter (Watt/m^2).
If the "Normalize intensity" option is ON, then the light multiplier defines the light intensity as the total power in watts of the light source.
If the "No decay" option is ON, the light is not a physical light and exact units cannot be defined.
Some other units of measurement in VRay:
(*) The irradiance map stores irradiance as watts per square meter.
(*) Pixel values represent radiance per pixel (the unit for radiance is watt per square meter per hemisphere, where 1 hemisphere = 2*pi steradians), assuming that no color mapping is performed.
Best regards,
Vlado
First, a few assumptions:
(*) VRay always works with Generic units internally. VRayLights also do that and assume that 1 generic unit is equal to 1 meter. If this is not so, the multiplier of the light will need to be adjusted, if you want the light to have specific predefined intensity.
(*) We assume that the light color is pure white.
(*) We assume all other VRayLight options have the default values.
If the "Normalize intensity" option is OFF (the default), then the light multiplier defines the light intensity in watts per square meter (Watt/m^2).
If the "Normalize intensity" option is ON, then the light multiplier defines the light intensity as the total power in watts of the light source.
If the "No decay" option is ON, the light is not a physical light and exact units cannot be defined.
Some other units of measurement in VRay:
(*) The irradiance map stores irradiance as watts per square meter.
(*) Pixel values represent radiance per pixel (the unit for radiance is watt per square meter per hemisphere, where 1 hemisphere = 2*pi steradians), assuming that no color mapping is performed.
Best regards,
Vlado
Comment