wren
Vulkan-based game engine
Loading...
Searching...
No Matches
mesh_loader.cpp File Reference
#include "wren/mesh_loader.hpp"
#include <spdlog/spdlog.h>
#include <boost/algorithm/string/split.hpp>
#include <span>
#include <wren/utils/binray_reader.hpp>
#include <wren/utils/filesystem.hpp>
Include dependency graph for mesh_loader.cpp:

Namespaces

namespace  wren
 

Functions

auto wren::load_glb_mesh (const std::filesystem::path &glb_path) -> Mesh
 
auto wren::load_stl_mesh (const std::filesystem::path &stl_path) -> Mesh
 
auto wren::load_mesh (const std::filesystem::path &mesh_path) -> expected< Mesh >