| 71 | } |
| 72 | |
| 73 | void VisualObject::copyAllSolidColors( const VisualObject& other ) |
| 74 | { |
| 75 | setFrontColorsForAllViewports( other.getFrontColorsForAllViewports( true ), true ); |
| 76 | setFrontColorsForAllViewports( other.getFrontColorsForAllViewports( false ), false ); |
| 77 | setBackColorsForAllViewports( other.getBackColorsForAllViewports() ); |
| 78 | } |
| 79 | |
| 80 | ViewportMask VisualObject::globalClippedByPlaneMask() const |
| 81 | { |