Foundation
Loading...
Searching...
No Matches
Macros | Functions
Mesh.cpp File Reference
#include <fast_obj.h>
#include "Mesh.hpp"
#include <numeric>

Macros

#define FAST_OBJ_IMPLEMENTATION
 

Functions

void LoadObj (FImportedMesh &outMesh, StringView path)
 

Macro Definition Documentation

◆ FAST_OBJ_IMPLEMENTATION

#define FAST_OBJ_IMPLEMENTATION

Function Documentation

◆ LoadObj()

void LoadObj ( FImportedMesh mesh,
StringView  path 
)

Loads a Wavefront OBJ file into a mesh, with no optimization applied.

Note
Vendor format import lives in the editor/asset layer, not the renderer.