| 401 | } |
| 402 | |
| 403 | void Sun::setColor( const LinearColorF &color ) |
| 404 | { |
| 405 | mLightColor = color; |
| 406 | _conformLights(); |
| 407 | setMaskBits( UpdateMask ); // TODO: Break out the masks to save some space! |
| 408 | } |
| 409 | |
| 410 | void Sun::animate( F32 duration, F32 startAzimuth, F32 endAzimuth, F32 startElevation, F32 endElevation ) |
| 411 | { |
no outgoing calls
no test coverage detected