MCPcopy 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}
576void PannerNode::setConeInnerAngle(float angle)
577{
578 m_coneInnerAngle->setFloat(angle);
579}
580
581float PannerNode::coneOuterAngle() const
582{

Callers

nothing calls this directly

Calls 1

setFloatMethod · 0.80

Tested by

no test coverage detected