ScissorTest QML Type

ScissorTest型は、画面の特定の矩形部分から外れた断片を破棄する。詳細...

Import Statement: import Qt3D.Render 2.8
In C++: QScissorTest
Inherits:

RenderState

Status: Deprecated

プロパティ

詳細説明

ScissorTest型は、left、bottom、width、heightプロパティで指定された画面の矩形領域外のフラグメントを破棄するシザーテストを可能にする。

プロパティの説明

bottom : int

シザーボックスの底座標を保持します。


height : int

シザーボックスの高さを保持します。


left : int

シザーボックスの左座標を保持します。


width : int

シザーボックスの幅を保持します。


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.