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