RasterMode QML Type

래스터모드 렌더링 상태를 통해 수행할 래스터화 유형을 제어할 수 있습니다. 더 보기...

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

RenderState

Status: Deprecated

속성

상세 설명

QRasterMode 클래스는 렌더링 시 프리미티브의 래스터화 단계를 제어하는 데 사용됩니다. 이 클래스를 사용하여 포인트, 가장자리만 표시할지, 아니면 프리미티브를 채울지 선택할 수 있습니다.

참고: OpenGL ES 2.0 플랫폼에서 렌더링할 때는 이 기능이 지원되지 않습니다.

AlphaTestStencilTest참조하세요 .

속성 문서

faceMode : enumeration

사용할 면 모드를 보유합니다. 래스터 모드를 적용할 면을 제어합니다.

  • 전면 전면에만 적용됩니다.
  • Back 뒷면에만 적용
  • 앞면과 뒷면에 모두 적용합니다.

rasterMode : enumeration

사용할 래스터 모드를 유지합니다.

  • 점 가장자리의 시작점에 있는 정점을 점으로 그립니다.
  • 선 다각형의 가장자리가 선분으로 그려집니다.
  • 채우기 프리미티브의 내부를 채웁니다.

© 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.