User Tools

Site Tools


gamedev:textureproperties:reflected

This is an old revision of the document!


Table of Contents

Summary

Texture Property Namereflected
DescriptionDefines if the object is reflected by other geometry or not
Excepted Data Source1 component value
Data Range0 to 1
Default Value1
Affected ModulesGraphic
Linked Properties

Description

The reflected texture property defines if geometry with this texture is reflected by other geometry. This defines especially if the object is rendered into environment map probes. This is typically used for objects in editors used to visualize something to the user without affecting the rendered world if possible. Another use is for “Vampire-Effect” where objects are not reflected by mirrors or other reflective materials. For complex situations where the object is reflected by one environment map probe but not another (or by reflective objects but not mirrors) use the environment map layer mask instead since this provides a fine grained control whereas this texture property is a global approach.

The value is typically a single component value with the data in the range from 0 to 1. 1 defines that the object is reflected by other geometry while 0 makes the object not reflected by other geometry.

The default value for this texture property is 1.

You could leave a comment if you were logged in.
gamedev/textureproperties/reflected.1557354149.txt.gz · Last modified: 2019/05/08 22:22 by dragonlord