ScissorTest QML Type
The ScissorTest type discards fragments that fall outside of a certain rectangular portion of the screen. 更多...
Import Statement: | import Qt3D.Render 2.0 |
开始支持版本: | Qt 5.7 |
Instantiates: | QScissorTest |
基类: |
属性
详细描述
A ScissorTest type enables scissor test, which discards fragments outside the rectangular area of the screen specified by the left, bottom, width and height properties.