This file contains common constants used across the engine. More...
#include <cstdint>
Include dependency graph for Common.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | cae |
| namespace | cae::AUDIO |
| namespace | cae::CAMERA |
| namespace | cae::LOG |
| namespace | cae::NETWORK |
| namespace | cae::RENDERER |
| namespace | cae::WINDOW |
Macros | |
| #define | APP_EXTENSION "" |
Variables | |
| constexpr auto | cae::AUDIO::VOLUME = 1.F |
| constexpr auto | cae::AUDIO::MUTED = false |
| constexpr auto | cae::CAMERA::NAME = "Default name" |
| constexpr auto | cae::CAMERA::MOVE_SPEED = 2.5F |
| constexpr auto | cae::CAMERA::LOOK_SPEED = 10.0F |
| constexpr auto | cae::CAMERA::FOV = 45.F |
| constexpr auto | cae::CAMERA::NEAR_PLANE = 0.1F |
| constexpr auto | cae::CAMERA::FAR_PLANE = 100.F |
| constexpr auto | cae::LOG::LOG_FPS = false |
| constexpr auto | cae::NETWORK::HOST = "127.0.0.1" |
| constexpr auto | cae::NETWORK::PORT = 4242 |
| constexpr auto | cae::RENDERER::VSYNC = false |
| constexpr auto | cae::RENDERER::FRAME_RATE_LIMIT = 90 |
| constexpr auto | cae::RENDERER::CLEAR_COLOR_R = 1.0F |
| constexpr auto | cae::RENDERER::CLEAR_COLOR_G = 1.0F |
| constexpr auto | cae::RENDERER::CLEAR_COLOR_B = 1.0F |
| constexpr auto | cae::RENDERER::CLEAR_COLOR_A = 1.0F |
| constexpr uint16_t | cae::WINDOW::WIDTH = 960 |
| constexpr uint16_t | cae::WINDOW::HEIGHT = 540 |
| constexpr auto | cae::WINDOW::NAME = "Default name" |
| constexpr auto | cae::WINDOW::FULLSCREEN = false |
| constexpr auto | cae::WINDOW::ICON_PATH = "" |
This file contains common constants used across the engine.
Definition in file Common.hpp.
| #define APP_EXTENSION "" |
Definition at line 14 of file Common.hpp.