From e6e714f2c9e756156122424759531734f2e04747 Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Tue, 3 Feb 2026 19:48:45 +0800 Subject: [PATCH] feat: add note for disabled function in CKCamera --- LibCmo/LibCmo/CK2/ObjImpls/CKCamera.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/LibCmo/LibCmo/CK2/ObjImpls/CKCamera.hpp b/LibCmo/LibCmo/CK2/ObjImpls/CKCamera.hpp index 6690937..4889534 100644 --- a/LibCmo/LibCmo/CK2/ObjImpls/CKCamera.hpp +++ b/LibCmo/LibCmo/CK2/ObjImpls/CKCamera.hpp @@ -38,7 +38,11 @@ namespace LibCmo::CK2::ObjImpls { void ComputeProjectionMatrix(VxMath::VxMatrix& mat) const; - // TODO: Finish CKCamera roll feature because it now involve some functions which is not implemented in CK3dEntity. + // TODO: + // Finish CKCamera roll feature in future because it use local matrix which is not implemented in CK3dEntity. + // It only operates with local matrix which is stored by CK3dEntity and doesn't have any effect on CKCamera load/save function. + // So we can safely ignore them in there temporaryly. + // Roll Angle //void ResetRoll(); //void Roll(CKFLOAT angle);