|
Engine²
Open-source game engine written in C++.
|
#include "CreateShape.hpp"#include "Object.pch.hpp"#include "utils/ShapeGenerator.hpp"#include <cmath>Namespaces | |
| namespace | Object |
| namespace | Object::Helper |
Functions | |
| Engine::Entity | Object::Helper::CreateCube (Engine::Core &core, CreateCubeInfo info) |
| Engine::Entity | Object::Helper::CreateSphere (Engine::Core &core, CreateSphereInfo info) |
| Engine::Entity | Object::Helper::CreatePlane (Engine::Core &core, CreatePlaneInfo info) |
| Engine::Entity | Object::Helper::CreateCylinder (Engine::Core &core, CreateCylinderInfo info) |
| Engine::Entity | Object::Helper::CreateCapsule (Engine::Core &core, CreateCapsuleInfo info={}) |
| Create a capsule entity with mesh and transform. | |
| Engine::Entity | Object::Helper::CreateCloth (Engine::Core &core, CreateClothInfo info) |
| Engine::Entity | Object::Helper::CreateRope (Engine::Core &core, CreateRopeInfo info) |
| Engine::Entity | Object::Helper::CreateJellyCube (Engine::Core &core, CreateJellyCubeInfo info) |