Foundation
Loading...
Searching...
No Matches
Functions
Mesh.hpp File Reference
#include <Renderer/Mesh.hpp>

Go to the source code of this file.

Functions

void LoadObj (FImportedMesh &mesh, StringView path)
 

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.