Files
omath/include/omath/engines/rage_engine/camera.hpp
T
2026-06-03 15:35:41 +03:00

14 lines
344 B
C++

//
// Created by Codex on 6/3/2026.
//
#pragma once
#include "omath/engines/rage_engine/constants.hpp"
#include "omath/projection/camera.hpp"
#include "traits/camera_trait.hpp"
namespace omath::rage_engine
{
using Camera = projection::Camera<Mat4X4, ViewAngles, CameraTrait, NDCDepthRange::ZERO_TO_ONE>;
} // namespace omath::rage_engine