Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ setConeInnerAngle
Method
setConeInnerAngle
src/core/PannerNode.cpp:576–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
574
return static_cast<float>(m_coneEffect->innerAngle());
575
}
576
void PannerNode::setConeInnerAngle(float angle)
577
{
578
m_coneInnerAngle->setFloat(angle);
579
}
580
581
float PannerNode::coneOuterAngle() const
582
{
Callers
nothing calls this directly
Calls
1
setFloat
Method · 0.80
Tested by
no test coverage detected