---------------------------------------------------------------------------------------- Constructor
| 38 | //---------------------------------------------------------------------------------------- |
| 39 | // Constructor |
| 40 | CArtAlgorithm::CArtAlgorithm() |
| 41 | : m_fLambda(1.0f), |
| 42 | m_iCurrentRay(0) |
| 43 | { |
| 44 | |
| 45 | } |
| 46 | |
| 47 | //---------------------------------------------------------------------------------------- |
| 48 | // Destructor |
nothing calls this directly
no outgoing calls
no test coverage detected