Skip to main content

Meta_ShadowBoundsOverride

Module: Metanodes / Definitions

A ShadowBoundsOverride allows a directional light's shadow bounds to be overridden depending on the camera position. More...

#include <meta_importables.hpp>

Public Types

TypeName
enumIDX { Idx_ViewBoundsNode, Idx_ShadowBoundsNode }
Property index.

Detailed Description

struct Meta_ShadowBoundsOverride;

A ShadowBoundsOverride allows a directional light's shadow bounds to be overridden depending on the camera position.

One or more of these nodes should be added as children of the light node.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_ViewBoundsNodelink - Defines the bounding box of the region where the shadow map will be used.
Idx_ShadowBoundsNodelink - Defines the bounding box of the shadow map.

Property index.