Difference between revisions of "PRIM REFLECTION PROBE BOX"
Jump to navigation
Jump to search
(Created page with "{{hint |mode=warning |title_desc=Future feature |desc=This function will be supported in the upcoming GLTF Materials project.</b><br/>Currently it will only work in support...") |
(Remove future feature warning) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{LSL Constant | {{LSL Constant | ||
|type=integer | |type=integer | ||
|name=PRIM_REFLECTION_PROBE_BOX | |name=PRIM_REFLECTION_PROBE_BOX | ||
|value=1 | |value=1 | ||
|desc=Used with [[PRIM_REFLECTION_PROBE]]. | |desc=Used with [[PRIM_REFLECTION_PROBE]]. A reflection probe is a sphere by default, otherwise a box if this flag is set on the corresponding prim. | ||
|examples | |examples | ||
|constants | |constants | ||
Line 19: | Line 14: | ||
|cat4 | |cat4 | ||
}} | }} | ||
[[Category:glTF]] |
Latest revision as of 11:34, 4 April 2024
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_REFLECTION_PROBE_BOX = 1;The integer constant PRIM_REFLECTION_PROBE_BOX has the value 1
Used with PRIM_REFLECTION_PROBE. A reflection probe is a sphere by default, otherwise a box if this flag is set on the corresponding prim.
Caveats