Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ SceneGraphWalker
Method
SceneGraphWalker
include/donut/engine/SceneGraph.h:365–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
363
std::stack<size_t> m_ChildIndices;
364
public:
365
SceneGraphWalker() = default;
366
367
explicit SceneGraphWalker(SceneGraphNode* scope)
368
: m_Current(scope)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected