| 1497 | } |
| 1498 | |
| 1499 | void xBinaryCamera::start(xCamera& camera) |
| 1500 | { |
| 1501 | this->camera = &camera; |
| 1502 | |
| 1503 | xQuatFromMat(&this->cam_dir, &camera.mat); |
| 1504 | |
| 1505 | this->stick_offset = 0.0f; |
| 1506 | } |
| 1507 | |
| 1508 | void xBinaryCamera::stop() |
| 1509 | { |
nothing calls this directly
no test coverage detected