feat: finish CKLight class.

- basically finish CKLight but no test now.
This commit is contained in:
2024-12-24 10:59:19 +08:00
parent ff5a590cf4
commit 3eeb1f6cb6
4 changed files with 279 additions and 30 deletions

View File

@ -48,7 +48,7 @@ namespace LibCmo::CK2::ObjImpls {
CKDWORD m_ZOrder; // replace the whole heavy CKSceneGraphNode
VxMath::VX_MOVEABLE_FLAGS m_MoveableFlags;
// YYCMARK: This field is called m_EntityFlags in reverse project.
// MARK: This field is called m_EntityFlags in reverse project.
// I change this because I want to give it a more explicit name to make it is different with other flags.
CK_3DENTITY_FLAGS m_3dEntityFlags;