$darkmode
Public Types | |
typedef MeshType::VertexType | VertexType |
typedef MeshType::FaceType | FaceType |
typedef MeshType::CoordType | CoordType |
Public Member Functions | |
MeshSampler (MeshType &_m) | |
void | reset () |
void | AddVert (const VertexType &p) |
void | AddFace (const FaceType &f, CoordType p) |
Public Attributes | |
MeshType & | m |
bool | perFaceNormal |