Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
558
void PannerNode::setMaxDistance(float maxDistance)
559
{
560
m_maxDistance->setFloat(maxDistance);
561
}
562
563
float PannerNode::rolloffFactor()
564
{
Callers
1
PannerNode
Method · 0.45
Calls
1
setFloat
Method · 0.80
Tested by
no test coverage detected