| 601 | //------------------------------------------------------------------------------ |
| 602 | |
| 603 | void GuiObjectView::setLightAmbient( const LinearColorF& color ) |
| 604 | { |
| 605 | mLightAmbient = color; |
| 606 | if( mLight ) |
| 607 | mLight->setAmbient( color ); |
| 608 | } |
| 609 | |
| 610 | //------------------------------------------------------------------------------ |
| 611 |
no test coverage detected