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

Method setRefDistance

src/core/PannerNode.cpp:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547 return static_cast<float>(m_distanceEffect->refDistance());
548}
549void PannerNode::setRefDistance(float refDistance)
550{
551 m_refDistance->setFloat(refDistance);
552}
553
554float PannerNode::maxDistance()
555{

Callers 1

PannerNodeMethod · 0.45

Calls 1

setFloatMethod · 0.80

Tested by

no test coverage detected