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

renderer
Struct HWLightingModelRendererInternals

   in HWLightingModelRenderer.cpp

struct HWLightingModelRendererInternals

Currently used RenderModifier


Field Summary
 bool colorIsDiffuseOnly
          
 HWLModelDef* hwlmodeldef
          If true, primary color will only contain the diffuse term
 RenderModifierPtr modifier
          Previously prepared modeldef
 

Field Detail

colorIsDiffuseOnly

public bool colorIsDiffuseOnly;

hwlmodeldef

public HWLModelDef* hwlmodeldef;
If true, primary color will only contain the diffuse term

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