UE3:ShadowMap2D (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT3 Object >> ShadowMap2D
Package:
Engine
This class in other games:

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.