candlewick 0.1.0
A renderer
|
Go to the source code of this file.
Namespaces | |
namespace | candlewick |
Enumerations | |
enum class | candlewick::mesh_load_retc : Uint16 { candlewick::FAILED_TO_LOAD = 1 << 0 , candlewick::NO_MESHES = 1 << 1 , candlewick::OK = 1 << 4 } |
Return codes for loadSceneMeshes(). More... | |
Functions | |
mesh_load_retc | candlewick::loadSceneMeshes (const char *path, std::vector< MeshData > &meshData) |
Load the meshes from the given path. This is implemented using the assimp library. | |