| 1839 | } |
| 1840 | |
| 1841 | void Node::clipSmartDisable( bool needsClipPlanes ) { |
| 1842 | if ( needsClipPlanes ) { |
| 1843 | GLi->getClippingMask()->clipPlaneDisable(); |
| 1844 | } else { |
| 1845 | GLi->getClippingMask()->clipDisable(); |
| 1846 | } |
| 1847 | } |
| 1848 | |
| 1849 | void Node::clipSmartEnable( const Int32& x, const Int32& y, const Uint32& Width, |
| 1850 | const Uint32& Height ) { |
no test coverage detected