Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ setRolloffFactor
Method
setRolloffFactor
src/core/PannerNode.cpp:567–570 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
565
return static_cast<float>(m_distanceEffect->rolloffFactor());
566
}
567
void PannerNode::setRolloffFactor(float rolloffFactor)
568
{
569
m_rolloffFactor->setFloat(rolloffFactor);
570
}
571
572
float PannerNode::coneInnerAngle() const
573
{
Callers
1
PannerNode
Method · 0.45
Calls
1
setFloat
Method · 0.80
Tested by
no test coverage detected