Cogito, ergo sum

UE3:ShadowMap2D (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:11, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> ShadowMap2D

Contents

Package: 
Engine
This class in other games:
UDK

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

[edit] Properties

[edit] CoordinateBias

Type: Object.Vector2D

Modifiers: private, const

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

[edit] CoordinateScale

Type: Object.Vector2D

Modifiers: private, const

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

[edit] LightGuid

Type: Object.Guid

Modifiers: private, const

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

[edit] Texture

Type: ShadowMapTexture2D

Modifiers: private, const

The texture which contains the shadow-map data.