Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ calculateStatistics
Method
calculateStatistics
tutorials/common/scenegraph/scenegraph.cpp:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void SceneGraph::Node::calculateStatistics(Statistics& stat) {
122
indegree++;
123
}
124
125
void SceneGraph::PerspectiveCameraNode::calculateStatistics(Statistics& stat)
126
{
Callers
nothing calls this directly
Calls
3
numPrimitives
Function · 0.85
resetInDegree
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected