28 #include <ht_platform.h> 41 Camera(Math::Matrix4 view, Math::Matrix4 projection);
44 const Math::Matrix4& GetView()
const;
45 const Math::Matrix4& GetProjection()
const;
46 uint64_t GetLayerFlags()
const;
48 void SetView(Math::Matrix4 view);
49 void SetProjection(Math::Matrix4 projection);
50 void SetLayerFlags(uint64_t flags);
52 void RegisterCamera(
Renderer& renderer);
56 Math::Matrix4 m_projection;
57 uint64_t m_layerflags;
Definition: ht_renderer.h:81
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_color.h:19
Definition: ht_camera.h:37