Called if the patch has changed, so that the dirty flags are set
| 231 | |
| 232 | // Called if the patch has changed, so that the dirty flags are set |
| 233 | void Patch::transformChanged() |
| 234 | { |
| 235 | _transformChanged = true; |
| 236 | _tesselationChanged = true; |
| 237 | } |
| 238 | |
| 239 | // Called to evaluate the transform |
| 240 | void Patch::evaluateTransform() |
no outgoing calls
no test coverage detected