MCPcopy Create free account
hub / github.com/LukasBanana/LLGL / LoadObjModel

Function LoadObjModel

examples/Cpp/ExampleBase/GeometryUtils.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20*/
21
22std::vector<TexturedVertex> LoadObjModel(const std::string& filename)
23{
24 std::vector<TexturedVertex> vertices;
25 LoadObjModel(vertices, filename);
26 return vertices;
27}
28
29TriangleMesh LoadObjModel(std::vector<TexturedVertex>& vertices, const std::string& filename, unsigned verticesPerFace)
30{

Callers 10

CreateBuffersMethod · 0.85
CreateBuffersMethod · 0.85
LoadModelMethod · 0.85
CreateBuffersMethod · 0.85
CreateBuffersMethod · 0.85
CreateResourcesMethod · 0.85
CreateBuffersMethod · 0.85
CreateBuffersMethod · 0.85
CreateBuffersMethod · 0.85
CreateBuffersMethod · 0.85

Calls 5

ReadAssetFunction · 0.85
emptyMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected