MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / LoadObjModel

Function LoadObjModel

deps/LLGL/examples/Cpp/ExampleBase/GeometryUtility.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 */
17
18std::vector<TexturedVertex> LoadObjModel(const std::string& filename)
19{
20 std::vector<TexturedVertex> vertices;
21 LoadObjModel(vertices, filename);
22 return vertices;
23}
24
25TriangleMesh LoadObjModel(std::vector<TexturedVertex>& vertices, const std::string& filename)
26{

Callers 7

CreateBuffersMethod · 0.85
CreateBuffersMethod · 0.85
CreateBuffersMethod · 0.85
CreateBuffersMethod · 0.85
CreateBuffersMethod · 0.85
CreateBuffersMethod · 0.85
CreateBuffersMethod · 0.85

Calls 4

ignoreMethod · 0.80
sizeMethod · 0.45
push_backMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected