MCPcopy Create free account
hub / github.com/LabSound/LabSound / setVelocity

Method setVelocity

src/core/PannerNode.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void PannerNode::setVelocity(const FloatPoint3D & velocity)
208{
209 m_velocityX->setValue(velocity.x);
210 m_velocityY->setValue(velocity.y);
211 m_velocityZ->setValue(velocity.z);
212}
213
214void PannerNode::process(ContextRenderLock & r, int bufferSize)
215{

Callers 1

playMethod · 0.45

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected