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

Method foreachRenderableTouchingBounds

radiantcore/entity/EntityNode.cpp:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void EntityNode::foreachRenderableTouchingBounds(const AABB& bounds,
245 const ObjectVisitFunction& functor)
246{
247 _renderObjects.foreachRenderableTouchingBounds(bounds, functor);
248}
249
250bool EntityNode::isShadowCasting() const
251{

Callers 3

getAllObjectsFunction · 0.45
collectSurfacesMethod · 0.45
collectSurfacesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected