Difference between revisions of "PRIM REFLECTION PROBE BOX"

From Second Life Wiki
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...")
 
Line 8: Line 8:
|name=PRIM_REFLECTION_PROBE_BOX
|name=PRIM_REFLECTION_PROBE_BOX
|value=1
|value=1
|desc=Used with [[PRIM_REFLECTION_PROBE]]. Reflection probes are spheres by default, otherwise a box if this flag is set on the corresponding prim.
|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

Revision as of 13:10, 10 October 2022

Emblem-important-red.png Warning! Future feature

This function will be supported in the upcoming GLTF Materials project.
Currently it will only work in supported testing areas with a supported test viewer.

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.

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_REFLECTION_PROBE_BOX = 1;