| 655 | } |
| 656 | |
| 657 | void 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 |
no test coverage detected