MCPcopy Create free account
hub / github.com/Segs/Segs / loadSubgraph

Function loadSubgraph

Projects/CoX/Common/Runtime/SceneGraph.cpp:657–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657void loadSubgraph(const QString &filename, LoadingContext &ctx,PrefabStore &prefabs)
658{
659 QFileInfo fi(filename);
660 LoadingContext tmp = ctx;
661 loadSceneGraph(fi.path()+"/"+fi.completeBaseName()+".txt",tmp,prefabs);
662}
663
664} // end of SEGS namespace

Callers 2

loadPrefabForNodeMethod · 0.85
loadNamedPrefabMethod · 0.85

Calls 1

loadSceneGraphFunction · 0.85

Tested by

no test coverage detected