add mesh interface functions

This commit is contained in:
2023-10-08 20:56:29 +08:00
parent 0d114974ff
commit 2bd0c980b5
5 changed files with 185 additions and 7 deletions

View File

@ -83,7 +83,7 @@ namespace LibCmo::CK2::ObjImpls {
VxMath::VXMESH_FLAGS m_Flags;
CKDWORD m_VertexCount;
CKDWORD m_LineCount;
CKDWORD m_MtlSlotCount;
CKDWORD m_MaterialSlotCount;
CKDWORD m_FaceCount;
XContainer::XArray<VxMath::VxVector3> m_VertexPosition;