The ScissorTest type discards fragments that fall outside of a certain rectangular portion of the screen. 更多...
import 语句: | import Qt3D.Render 2.0 |
Since: | Qt 5.7 |
实例化: | QScissorTest |
继承: | RenderState |
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.
Holds the bottom coordinate of the scissor box.
Holds the height of the scissor box.
Holds the left coordinate of the scissor box.
Holds the width of the scissor box.