增加Camera数据在渲染器中的定义

This commit is contained in:
2025-06-06 23:39:57 +08:00
parent 55204779ba
commit eeb4492023
9 changed files with 55 additions and 18 deletions

View File

@@ -47,8 +47,8 @@ namespace hgl
graph::Scene * GetScene (){return scene;}
graph::SceneNode * GetSceneRoot (){return scene->GetRootNode();}
graph::Renderer * GetRenderer (){return renderer;}
graph::Camera * GetCamera (){return renderer->GetCurCamera();}
public: