Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

renderer
Struct InstancingModelRendererInternals

   in InstancingModelRenderer.cpp

struct InstancingModelRendererInternals

Currently used RenderModifier


Field Summary
 bool colorIsDiffuseOnly
          After BeginPass, this points to the instancing matrix interface
 IModelDef* imodeldef
          If true, primary color will only contain the diffuse term
 VS_Instancing* instancingConfig
          
 RenderModifierPtr modifier
          Previously prepared modeldef
 

Field Detail

colorIsDiffuseOnly

public bool colorIsDiffuseOnly;
After BeginPass, this points to the instancing matrix interface

imodeldef

public IModelDef* imodeldef;
If true, primary color will only contain the diffuse term

instancingConfig

public VS_Instancing* instancingConfig;

modifier

public RenderModifierPtr modifier;
Previously prepared modeldef

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD