PointSize QML Type
ラスタライズされたポイントのサイズを指定する。静的に設定するか、シェーダプログラムによって設定します。詳細...
Import Statement: | import Qt3D.Render 2.8 |
In C++: | QPointSize |
Inherits: | |
Status: | Deprecated |
プロパティ
詳細説明
sizeMode プロパティが SizeMode::Fixed に設定されている場合、利用可能であれば glPointSize() を使用して値が設定されます。SizeMode::Programmable を使用している場合、gl_PointSize はシェーダ プログラム内で設定する必要があり、その場合、このRenderState に指定された値は無視されます。
プロパティの説明
sizeMode : enumeration |
使用する sizeMode を指定します。
value : real |
使用するポイント サイズ値を指定します。
© 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.