RendererConfiguration

enumeration

Cambiar al Manual

Descripción

What kind of per-object data to setup during rendering.

At minimum, object transformation matrices are set up per-object, but extra data (e.g. lightmaps, light probes etc.) can be set up by combining RendererConfiguration flags.

See Also: DrawRendererSettings, RenderLoop.DrawRenderers.

Variables

NoneDo not setup any particular per-object data besides the transformation matrix.
PerObjectLightProbeSetup per-object light probe SH data.
PerObjectReflectionProbesSetup per-object reflection probe data.
PerObjectLightProbeProxyVolumeSetup per-object light probe proxy volume data.
PerObjectLightmapsSetup per-object lightmaps.
ProvideLightIndicesSetup per-object light indices.
PerObjectMotionVectorsSetup per-object motion vectors.