| 429 | } |
| 430 | |
| 431 | void EveLensflare::StopCurveSet( const std::string& name ) |
| 432 | { |
| 433 | for( auto it = m_curveSets.begin(); it != m_curveSets.end(); it++ ) |
| 434 | { |
| 435 | if( ( *it )->GetName() == name ) |
| 436 | { |
| 437 | ( *it )->Stop(); |
| 438 | } |
| 439 | } |
| 440 | } |
| 441 | |
| 442 | void EveLensflare::UpdateCurveSet( const std::string& name, Be::Time time ) |
| 443 | { |