1 #ifndef RADIX_MESHLOADER_HPP
2 #define RADIX_MESHLOADER_HPP
18 static Mesh getSubPlane(
int x,
int y,
int width,
int height,
int w,
int h);
Definition: GameController.hpp:7
ECS entity, Component container It is created like this:
Definition: Entity.hpp:23
static std::map< std::string, Mesh > meshCache
Definition: MeshLoader.hpp:21
Definition: MeshLoader.hpp:14
static Mesh uploadMesh(const aiMesh *mesh)
Definition: MeshLoader.cpp:33
static Mesh & getMesh(const std::string &path)
Definition: MeshLoader.cpp:18
static Mesh getSubPlane(int x, int y, int width, int height, int w, int h)
Definition: MeshLoader.cpp:295
static Mesh getPortalBox(const Entity &wall)
Definition: MeshLoader.cpp:151