| 324 | } |
| 325 | |
| 326 | void SimpleCamera::setCameraTargetPosition(float x, float y, float z) |
| 327 | { |
| 328 | m_data->m_cameraTargetPosition.setValue(x, y, z); |
| 329 | update(); |
| 330 | } |
| 331 | float SimpleCamera::getCameraDistance() const |
| 332 | { |
| 333 | return m_data->m_cameraDistance; |
no test coverage detected