-------------------------------------------------------------------------- Set initial state --------------------------------------------------------------------------
| 359 | // Set initial state |
| 360 | //-------------------------------------------------------------------------- |
| 361 | void Splash::setInitialState(const Point3F& point, const Point3F& normal, const F32 fade) |
| 362 | { |
| 363 | mInitialPosition = point; |
| 364 | mInitialNormal = normal; |
| 365 | mFade = fade; |
| 366 | mFog = 0.0f; |
| 367 | } |
| 368 | |
| 369 | |
| 370 | //-------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected