candlewick 0.1.0
A renderer
Loading...
Searching...
No Matches
LoadMesh.h File Reference
#include "Utils.h"
#include <SDL3/SDL_stdinc.h>
#include <vector>

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.