Always snap to grid
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 the {{autogenerated}} 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.
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.