finish CKMesh writing (no test)

- finish CKMesh writing function
- remove useless CKMesh functions: material channels, vertex weight and face mask.
This commit is contained in:
2023-10-01 23:48:55 +08:00
parent ee4b621cac
commit 92f4271124
4 changed files with 270 additions and 261 deletions

View File

@ -93,6 +93,8 @@ namespace LibCmo::VxMath {
CKFLOAT DotProduct(const VxVector4& lhs, const VxVector4& rhs);
VxVector3 CrossProduct(const VxVector3& lhs, const VxVector3& rhs);
void Abs(VxVector3& lhs);
}