|
Engine²
Open-source game engine written in C++.
|
#include "Engine.hpp"#include "CameraMovement.hpp"#include "DefaultPipeline.hpp"#include "Graphic.hpp"#include "Input.hpp"#include "Object.hpp"#include "Physics.hpp"#include "RenderingPipeline.hpp"#include "plugin/PluginWindow.hpp"#include "resource/Window.hpp"Classes | |
| class | GraphicExampleError |
Functions | |
| void | EscapeKeySystem (Engine::Core &core) |
| void | CreateFloor (Engine::Core &core) |
| void | CreateFallingCube (Engine::Core &core, float x, float y, float z, float mass) |
| void | CreateBouncyBall (Engine::Core &core, float x, float y, float z) |
| void | CreateCharacterCapsule (Engine::Core &core, float x, float y, float z) |
| void | Setup (Engine::Core &core) |
| int | main (void) |
| void CreateBouncyBall | ( | Engine::Core & | core, |
| float | x, | ||
| float | y, | ||
| float | z ) |
| void CreateCharacterCapsule | ( | Engine::Core & | core, |
| float | x, | ||
| float | y, | ||
| float | z ) |
| void CreateFallingCube | ( | Engine::Core & | core, |
| float | x, | ||
| float | y, | ||
| float | z, | ||
| float | mass ) |
| void CreateFloor | ( | Engine::Core & | core | ) |
| void EscapeKeySystem | ( | Engine::Core & | core | ) |
| int main | ( | void | ) |
| void Setup | ( | Engine::Core & | core | ) |