| 322 | } |
| 323 | |
| 324 | void television::move(const xVec3& v1, const xVec3& v2) |
| 325 | { |
| 326 | RwFrameTranslate((RwFrame*)this->cam->object.object.parent, (const RwV3d*)&v1, |
| 327 | rwCOMBINEREPLACE); |
| 328 | xMat3x3LookAt((xMat3x3*)this->cam->object.object.parent, &v2, &v1); |
| 329 | } |
| 330 | |
| 331 | static television closeup; |
| 332 |
no test coverage detected