4#include "EngineCore/Reflection/ComponentReflection.hpp"
5#include "EngineCore/ECS/Entity.hpp"
15 bool isMainCamera =
true;
16 bool isOrthographic =
false;
17 float nearPlaneDistance = 0.1f;
18 float farPlaneDistance = 200.0f;
19 float fieldOfView = glm::radians(90.0f);
20 float aspectRatio = 800.0f / 600.0f;
28 void SetupCameraComponent(entt::registry&, entt::entity);
29 void DestroyCameraComponent(entt::registry&, entt::entity);
Definition BaseRenderer.hpp:17
Definition CameraComponent.hpp:14
Definition BaseEvent.hpp:7