| 277 | } |
| 278 | |
| 279 | void GuiMaterialPreview::deleteModel() |
| 280 | { |
| 281 | SAFE_DELETE(mModel); |
| 282 | runThread = 0; |
| 283 | } |
| 284 | |
| 285 | // This is called whenever there is a change in the camera. |
| 286 | bool GuiMaterialPreview::processCameraQuery(CameraQuery* query) |
no outgoing calls
no test coverage detected