| 456 | } |
| 457 | |
| 458 | void Tr2Renderer::SetProjectionTransform( const Matrix& proj, const Matrix& viewportAdjustment ) |
| 459 | { |
| 460 | s_currentProjectionType = PT_UNKNOWN; |
| 461 | s_projectionTransform = proj; |
| 462 | s_viewport2projectionAdjustment = viewportAdjustment; |
| 463 | UpdateProjectionParameters( proj ); |
| 464 | SetProjectionDerivedValues(); |
| 465 | } |
| 466 | |
| 467 | const PROJECTION_TYPE Tr2Renderer::GetCurrentProjectionType() |
| 468 | { |
nothing calls this directly
no test coverage detected