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

Method setMaxDistance

src/core/PannerNode.cpp:558–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556 return static_cast<float>(m_distanceEffect->maxDistance());
557}
558void PannerNode::setMaxDistance(float maxDistance)
559{
560 m_maxDistance->setFloat(maxDistance);
561}
562
563float PannerNode::rolloffFactor()
564{

Callers 1

PannerNodeMethod · 0.45

Calls 1

setFloatMethod · 0.80

Tested by

no test coverage detected