| 610 | //------------------------------------------------------------------------------ |
| 611 | |
| 612 | void GuiObjectView::setLightDirection( const Point3F& direction ) |
| 613 | { |
| 614 | mLightDirection = direction; |
| 615 | if( mLight ) |
| 616 | mLight->setDirection( direction ); |
| 617 | } |
| 618 | |
| 619 | //------------------------------------------------------------------------------ |
| 620 |
no test coverage detected