RasterMode QML Type
RasterModeレンダリング状態は、実行されるラスタライズのタイプを制御することができます。詳細...
| Import Statement: | import Qt3D.Render 2.11 |
| 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 プリミティブの内部を塗りつぶします。
© 2026 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.