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

Method distanceModel

src/core/PannerNode.cpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 m_distanceModel->setUint32(static_cast<uint32_t>(model));
328}
329PannerNode::DistanceModel PannerNode::distanceModel()
330{
331 return static_cast<PannerNode::DistanceModel>(m_distanceModel->valueUint32());
332}
333
334void PannerNode::getAzimuthElevation(ContextRenderLock & r, double * outAzimuth, double * outElevation)
335{

Callers

nothing calls this directly

Calls 1

valueUint32Method · 0.80

Tested by

no test coverage detected