MCPcopy Create free account
hub / github.com/RenderKit/embree / loadOBJ

Function loadOBJ

tutorials/common/scenegraph/obj_loader.cpp:647–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 }
646
647 Ref<SceneGraph::Node> loadOBJ(const FileName& fileName, const bool subdivMode, const bool combineIntoSingleObject) {
648 OBJLoader loader(fileName,subdivMode,combineIntoSingleObject);
649 return loader.group.cast<SceneGraph::Node>();
650 }
651}
652

Callers 3

mainMethod · 0.85
loadMethod · 0.85
loadNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected