Difference between revisions of "PRIM REFLECTION PROBE MIRROR"

From Second Life Wiki
Jump to navigation Jump to search
(initial version)
 
 
Line 2: Line 2:
|type=integer
|type=integer
|name=PRIM_REFLECTION_PROBE_MIRROR
|name=PRIM_REFLECTION_PROBE_MIRROR
|value=2
|value=4
|desc=Used with [[PRIM_REFLECTION_PROBE]]. When enabled, objects with low-roughness PBR materials objects act as a mirror. Note that mirrors do not reflect avatars unless [[PRIM_REFLECTION_PROBE_DYNAMIC]] is also set. Rendering mirrors has a performance cost.
|desc=Used with [[PRIM_REFLECTION_PROBE]]. When enabled, objects with low-roughness PBR materials objects act as a mirror. Note that mirrors do not reflect avatars unless [[PRIM_REFLECTION_PROBE_DYNAMIC]] is also set. Rendering mirrors has a performance cost.
|examples
|examples

Latest revision as of 15:15, 22 April 2024

Description

Constant: integer PRIM_REFLECTION_PROBE_MIRROR = 4;

The integer constant PRIM_REFLECTION_PROBE_MIRROR has the value 4

Used with PRIM_REFLECTION_PROBE. When enabled, objects with low-roughness PBR materials objects act as a mirror. Note that mirrors do not reflect avatars unless PRIM_REFLECTION_PROBE_DYNAMIC is also set. Rendering mirrors has a performance cost.

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_REFLECTION_PROBE_MIRROR = 4;