| 205 | } |
| 206 | |
| 207 | void PannerNode::setVelocity(const FloatPoint3D & velocity) |
| 208 | { |
| 209 | m_velocityX->setValue(velocity.x); |
| 210 | m_velocityY->setValue(velocity.y); |
| 211 | m_velocityZ->setValue(velocity.z); |
| 212 | } |
| 213 | |
| 214 | void PannerNode::process(ContextRenderLock & r, int bufferSize) |
| 215 | { |