RasterMode QML Type
RasterModeレンダリング状態は、実行されるラスタライズのタイプを制御することができます。詳細...
Import Statement: | import Qt3D.Render 2.8 |
In C++: | QRasterMode |
Inherits: | |
Status: | Deprecated |
プロパティ
- faceMode : enumeration
- rasterMode : enumeration
詳細説明
QRasterModeクラスは、レンダリング時のプリミティブのラスタライズステップを制御するために使用します。これは、プリミティブの点、エッジ、塗りつぶしのいずれのみを表示するかを選択するために使用できます。
注意: これはOpenGL ES 2.0プラットフォームでレンダリングする場合はサポートされていません。
AlphaTest およびStencilTestも参照してください 。
プロパティ ドキュメント
faceMode : enumeration |
使用するフェースモードを保持します。どの面にラスタモードを適用するかを制御します。
- Front 前面のみに適用されます。
- Back 裏面にのみ適用 し ます。
- FrontAndBack 前面と背面に適用します。
rasterMode : enumeration |
使用するラスタモードを保持する。
- Point 辺の始点にある頂点が点として描画される。
- Lines 多角形の辺を線分として描画します。
- Fill プリミティブの内部を塗りつぶします。
© 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.