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
Type | Name |
---|---|
enum | IDX { 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
Enumerator | Value | Description |
---|---|---|
Idx_ViewBoundsNode | link - Defines the bounding box of the region where the shadow map will be used. | |
Idx_ShadowBoundsNode | link - Defines the bounding box of the shadow map. |
Property index.