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

Method LoadCustomData

src/engine/Scene.cpp:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577bool Scene::LoadCustomData(Json::Value& rootNode, const std::filesystem::path& scenePath, ThreadPool* threadPool)
578{
579 // Reserved for derived classes
580 return true;
581}
582
583void Scene::FinishedLoading(uint32_t frameIndex)
584{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected