MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / foreachVisibleNodeInVolume

Method foreachVisibleNodeInVolume

radiantcore/scenegraph/SceneGraph.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void SceneGraph::foreachVisibleNodeInVolume(const VolumeTest& volume, const INode::VisitorFunc& functor)
239{
240 foreachNodeInVolume(volume, functor, false); // don't visit hidden
241}
242
243void SceneGraph::foreachNodeInVolume(const VolumeTest& volume, const INode::VisitorFunc& functor, bool visitHidden)
244{

Callers 6

drawPreviewMethod · 0.80
renderWireFrameMethod · 0.80
selectPointMethod · 0.80
selectAreaMethod · 0.80

Calls 1

visitMethod · 0.45

Tested by 1