| 158 | |
| 159 | CAnimatorCamEffector::~CAnimatorCamEffector() { xr_delete(m_objectAnimator); } |
| 160 | void CAnimatorCamEffector::Start(LPCSTR fn) |
| 161 | { |
| 162 | m_objectAnimator->Load(fn); |
| 163 | m_objectAnimator->Play(Cyclic()); |
| 164 | fLifeTime = m_objectAnimator->GetLength(); |
| 165 | } |
| 166 | |
| 167 | BOOL CAnimatorCamEffector::Valid() |
| 168 | { |
no test coverage detected