There is no spoon

UE3:ShadowMap2D (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> ShadowMap2D
Package: 
Engine
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

CoordinateBias

Type: Object.Vector2D

Modifiers: private, const

The bias which is applied to the shadow-map coordinates before sampling the shadow-map textures.

CoordinateScale

Type: Object.Vector2D

Modifiers: private, const

The scale which is applied to the shadow-map coordinates before sampling the shadow-map textures.

LightGuid

Type: Object.Guid

Modifiers: private, const

The GUID of the light which this shadow-map is for.

Texture

Type: ShadowMapTexture2D

Modifiers: private, const

The texture which contains the shadow-map data.