MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Rebuild

Function Rebuild

Source/Engine/Audio/OpenAL/AudioBackendOAL.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 namespace Listener
104 {
105 void Rebuild(const AudioListener* listener)
106 {
107 AudioBackend::Listener::Reset();
108 AudioBackend::Listener::TransformChanged(listener->GetPosition(), listener->GetOrientation());
109 AudioBackend::Listener::VelocityChanged(listener->GetVelocity());
110 }
111 }
112
113 namespace Source

Callers 8

RebuildListenersFunction · 0.85
RebuildSourcesFunction · 0.85
Source_AddMethod · 0.85
SetMeshMethod · 0.85
DeserializeMethod · 0.85
OnParentChangedMethod · 0.85
AddProxyMethod · 0.85
RemoveProxyMethod · 0.85

Calls 4

SetupSpatialFunction · 0.85
GetVelocityMethod · 0.80
ResetFunction · 0.50
GetPositionMethod · 0.45

Tested by

no test coverage detected