write some printer for ck class

This commit is contained in:
2023-09-22 16:40:10 +08:00
parent ddf596faec
commit d37a552873
11 changed files with 440 additions and 34 deletions

View File

@ -27,6 +27,7 @@ namespace LibCmo::CK2::ObjImpls {
// ===== Misc Section =====
public:
void CleanMesh();
VxMath::VXMESH_FLAGS GetMeshFlags() const;
protected:
void BuildNormals();
void BuildFaceNormals();