Value > MAXWrapper > Node > Helper > LightMeter |
The LightMeterHelper allows the generation of lighting analysis data on a custom grid in world space. It works in conjunction with the Lighting_Analysis_Overlay : RenderEffect
Get/set the state of the Show Orientation checkbox.
Get/set the state of the Show Pseudo Color checkbox.
Get/set the state of the Show Viewport Text checkbox.
The functionality of the Calculate and Export to CSV buttons is exposed by the Interface: LightMeterManager
<bool>GetIlluminance <time>time <index>index <&float>illuminance illuminance is In and Out parameter
GetstheTotalIlluminance at the given time and indexed point into the by-reference third parameter.Returns true on success, false on failure.
<bool>GetDirectIlluminance <time>time <index>index <&float>directIlluminance directIlluminance is In and Out parameter
Gets the Direct Illuminance at the given time and indexed point into the by-reference third parameter. Returns true on success, false on failure.
<bool>GetIndirectIlluminance <time>time <index>index <&float>indirectIlluminance indirectIlluminance is In and Out parameter
Gets the Indirect Illuminance at the given time and indexed point into the by-reference third parameter. Returns true on success, false on failure.
<bool>GetDaylightFactor <time>time <index>index <&float>daylightFactor daylightFactor is In and Out parameter
Gets the DaylightFactor at the given time and indexed point into the by-reference third parameter. Returns true on success, false on failure.
<bool>GetMeterTransform <time>time <index>index <&matrix3>transform transform is In and Outparameter
Gets the LightMeter Transformation Matrix at the given time and indexed point into the by-reference third parameter. Returns true on success, false on failure.
Gets the Local Position of the indexed point into the by-reference second parameter. Returns true on success, false on failure.