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

renderer
Struct FFModel

   in FixedFunctionModelRenderer.cpp

struct FFModel

Dynamic per-CModel vertex array


Field Summary
 VertexArray m_Array
          Position and lighting are recalculated on CPU every frame
 VertexArray::Attribute m_Color
          
 VertexArray::Attribute m_Position
          
 
Constructor Summary
FFModel()
          
 

Field Detail

m_Array

public VertexArray m_Array;
Position and lighting are recalculated on CPU every frame

m_Color

public VertexArray::Attribute m_Color;

m_Position

public VertexArray::Attribute m_Position;


Constructor Detail

FFModel

public FFModel();

 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