SceneLight class/Attenuation property: Difference between revisions
Appearance
Added new property page. |
m Category reorg |
||
Line 69: | Line 69: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] |
Latest revision as of 13:44, 7 May 2020
VI Server Property Information | |
---|---|
Property ID | 276F0808 |
Scope | Basic Development Environment |
Data Name | Attenuation |
Short Name* | Attenuation |
Long Name* | Attenuation |
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
Owning Class ID | 106 |
Owning Class Name | SceneLight Class |
Data Type | Numeric Cluster TypeDef data type |
Property Node | ![]() |
Available in Real-Time Operating System | No |
Available in Run-Time Engine | Yes |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Permissions | Read/Write |
Remote access allowed | Yes |
Settable when the VI is running | Yes |
Reads or writes the factors of attenuation applied to the light. Attenuation mimics how the intensity of light diminishes as you increase distance from the light.
Attenuation is determined using the following equation:
<img src="noloc_eq_attenuation.gif"> where: kc = constant attenuation kl = linear attenuation kq = quadratic attenuation d = the distance between the position of the light and the vertex
Name | Description |
---|---|
Constant Attenuation | Indicates the constant factor of attenuation (kc) you apply to the light. The constant factor of attenuation does not change as distance from the light increases. |
Linear Attenuation | Indicates the linear factor of attenuation (kl) you apply to the light. The linear factor of attenuation drops in a linear manner as distance from the light increases. |
Quadratic Attenuation | Indicates the quadratic factor of attenuation (kq) you apply to the light. The quadratic factor of attenuation drops by the square of the distance from the light. |
Uses
![]() |
Specific use cases for this property. |
History
![]() |
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
![]() |
More info to come. |
See Also
![]() |
Add links to internal wiki pages that would also help. |
External Links
![]() |
Add links to external resources that would also help. |