PointSize QML Type

래스터화된 포인트의 크기를 지정합니다. 정적으로 설정하거나 셰이더 프로그램에서 설정할 수 있습니다. 더 보기...

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

RenderState

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.