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

Engine.TerrainMaterial

Extends
RenderedMaterial
Modifiers
native noteditinlinenew

Core.Object
|   
+-- Engine.Material
   |   
   +-- Engine.RenderedMaterial
      |   
      +-- Engine.TerrainMaterial

Variables Summary
boolFirstPass
array<TerrainMaterialLayer>Layers
byteRenderMethod
Inherited Variables from Engine.RenderedMaterial
renderedmaterial_dummy
Inherited Variables from Engine.Material
DefaultMaterial, FallbackMaterial, MaterialType, SurfaceType, UseFallback, Validated

Enumerations Summary
Inherited Enumerations from Engine.Material
ESurfaceTypes

Structures Summary
TerrainMaterialLayer
Texture, AlphaWeight, TextureMatrix

Functions Summary
Inherited Functions from Engine.Material
MaterialUSize, MaterialVSize, Reset, Trigger


Variables Detail

FirstPass Source code

var const bool FirstPass;

Layers Source code

var const array<TerrainMaterialLayer> Layers;

RenderMethod Source code

var const byte RenderMethod;


Structures Detail

TerrainMaterialLayer Source code

struct TerrainMaterialLayer
{
var bitmapmaterial AlphaWeight;
var material Texture;
var matrix TextureMatrix;
};



Defaultproperties

defaultproperties
{
     MaterialType=256
}

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