FPLBase
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Mesh

Mesh class and methods. More...

Detailed Description

Mesh class and methods.

Classes

class  fplbase::Mesh
 Abstraction for a set of indices, used for rendering. More...
 

Enumerations

enum  fplbase::Attribute {
  fplbase::kEND = 0, kPosition3f, kNormal3f, kTangent4f,
  kTexCoord2f, fplbase::kTexCoordAlt2f, kColor4ub, kBoneIndices4ub,
  kBoneWeights4ub
}
 An array of these enums defines the format of vertex data. More...
 

Enumeration Type Documentation

An array of these enums defines the format of vertex data.

Enumerator
kEND 

The array must always be terminated by one of these.

kTexCoordAlt2f 

Second set of UVs for use with e.g. lightmaps.