FPLBase
An open source project by
FPL.
|
Mesh class and methods. More...
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... | |
enum fplbase::Attribute |