Начинаю добавлять управление камерой. (Сейчас только её позиция)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#include "Game/ObjectFactory.hpp"
|
||||
|
||||
#include "../Actors/TestActor.h"
|
||||
#include "Game/Actors/Camera.hpp"
|
||||
#include "Game/Actors/Mesh/StaticMesh.hpp"
|
||||
|
||||
FACTORIES_LIST{
|
||||
GENERATE_FACTORY_OBJECT(StaticMesh)
|
||||
GENERATE_FACTORY_OBJECT(TestActor)
|
||||
GENERATE_FACTORY_OBJECT(Camera)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user