Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.ShadowBitmapMaterial

Extends
BitmapMaterial
Modifiers
native

Core.Object
|   
+-- Engine.Material
   |   
   +-- Engine.RenderedMaterial
      |   
      +-- Engine.BitmapMaterial
         |   
         +-- Engine.ShadowBitmapMaterial

Variables Summary
boolbBlobShadow
BitmapMaterialBlobShadow
floatCullDistance
boolDirty
boolInvalid
vectorLightDirection
floatLightDistance
floatLightFOV
ActorShadowActor
byteShadowDarkness
pointerTextureInterfaces[2]
Inherited Variables from Engine.BitmapMaterial
Format, UBits, UClamp, UClampMode, USize, VBits, VClamp, VClampMode, VSize
Inherited Variables from Engine.RenderedMaterial
renderedmaterial_dummy

Enumerations Summary
Inherited Enumerations from Engine.BitmapMaterial
ETexClampMode, ETextureFormat


Variables Detail

bBlobShadow Source code

var bool bBlobShadow;

BlobShadow Source code

var BitmapMaterial BlobShadow;

CullDistance Source code

var float CullDistance;

Dirty Source code

var bool Dirty;

Invalid Source code

var bool Invalid;

LightDirection Source code

var vector LightDirection;

LightDistance Source code

var float LightDistance;

LightFOV Source code

var float LightFOV;

ShadowActor Source code

var Actor ShadowActor;

ShadowDarkness Source code

var byte ShadowDarkness;

TextureInterfaces[2] Source code

var const transient pointer TextureInterfaces[2];


Defaultproperties

defaultproperties
{
     Dirty=True
     ShadowDarkness=255
     BlobShadow=Texture'Engine.BlobTexture'
     Format=TEXF_RGBA8
     UClampMode=TC_Clamp
     VClampMode=TC_Clamp
     UBits=7
     VBits=7
     USize=128
     VSize=128
     UClamp=128
     VClamp=128
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:15.453 - Created with UnCodeX