| 40 | } |
| 41 | |
| 42 | void FlowField::noisePunchX(float center, float width, float amplitude, |
| 43 | BumpShape shape) { |
| 44 | mNoiseBias.triggerX(center, width, amplitude, shape); |
| 45 | } |
| 46 | |
| 47 | void FlowField::noisePunchY(float center, float width, float amplitude, |
| 48 | BumpShape shape) { |