MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / Update

Method Update

GTE/Graphics/Spatial.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

operator()Method · 0.45
RemoveTriangleMethod · 0.45
CollapseMethod · 0.45
UpdateFacesMethod · 0.45
DrawMethod · 0.45
UpdateWorldDataMethod · 0.45
DrawMethod · 0.45
UpdateWorldDataMethod · 0.45
UpdateControllersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected