UvDataT
Object of this class is used to provide information about a UV map to the packer. Read the Input UV map format section for details about passing a UV map to the packer.
Fields
const UvVertT* m_pVertArray |
---|
A pointer to an array of UV vertices. |
SizeT m_VertCount |
---|
The number of vertices stored in m_pVertArray. |
const UvFaceT* m_pFaceArray |
---|
A pointer to an array of UV faces. |
SizeT m_FaceCount |
---|
The number of faces stored in m_pFaceArray. |