MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / Load

Method Load

src/engine/Scene.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128bool Scene::Load(const std::filesystem::path& jsonFileName)
129{
130 ThreadPool threadPool;
131 return LoadWithThreadPool(jsonFileName, &threadPool);
132}
133
134bool Scene::LoadWithThreadPool(const std::filesystem::path& sceneFileName, ThreadPool* threadPool)
135{

Callers 2

LoadModelAsyncMethod · 0.45
LoadSceneGraphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected