write some CKMesh

This commit is contained in:
2023-09-18 21:06:34 +08:00
parent 616a32ce19
commit 678529a664
2 changed files with 127 additions and 1 deletions

View File

@ -77,6 +77,7 @@ namespace LibCmo::CK2::ObjImpls {
protected:
enum class VertexSaveFlags : CKDWORD {
None = 0,
SingleColor = 0x1u, /**< if not set, the VertexColor is a list, otherwise a single global CKDWORD.*/
SingleSpecularColor = 0x2u, /**< if not set, the VertexSpecularColor is a list, otherwise a single global CKDWORD. */
NoNormal = 0x4u, /**< if set, there are no normal data for vertex. */