| 26 | } |
| 27 | |
| 28 | void Spatial::Update(double applicationTime, bool initiator) |
| 29 | { |
| 30 | UpdateWorldData(applicationTime); |
| 31 | UpdateWorldBound(); |
| 32 | if (initiator) |
| 33 | { |
| 34 | PropagateBoundToRoot(); |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | void Spatial::OnGetVisibleSet(Culler& culler, std::shared_ptr<Camera> const& camera, |
| 39 | bool noCull) |
no outgoing calls
no test coverage detected