Cogito, ergo sum
UE3:ShadowMap2D (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> ShadowMap2D |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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.
