| 579 | } |
| 580 | |
| 581 | float PannerNode::coneOuterAngle() const |
| 582 | { |
| 583 | return static_cast<float>(m_coneEffect->outerAngle()); |
| 584 | } |
| 585 | void PannerNode::setConeOuterAngle(float angle) |
| 586 | { |
| 587 | m_coneOuterAngle->setFloat(angle); |
nothing calls this directly
no test coverage detected