| 13 | } |
| 14 | |
| 15 | void TriStepSetProjection::SetProjection( TriProjection* projection ) |
| 16 | { |
| 17 | m_projection = projection; |
| 18 | } |
| 19 | |
| 20 | TriStepResult TriStepSetProjection::Execute( Be::Time realTime, Be::Time simTime, Tr2RenderContext& renderContext ) |
| 21 | { |
no outgoing calls
no test coverage detected