이 페이지에서

RenderablesFilter QML Type

pass...에서 영향을 줄 렌더러블을 선택하기 위한 필터를 정의합니다.. ..

Import Statement: import QtQuick3D
Since: Qt 6.11
Inherits:

Command

속성

상세 설명

렌더러블 필터 유형은 씬의 어떤 렌더러블이 RenderPass 의 영향을 받을지 지정하는 데 사용됩니다. renderableTypes 속성을 설정하여 패스가 불투명, 투명 또는 오브젝트에 전혀 영향을 미치지 않는지 제어할 수 있습니다.

renderableTypesNone 으로 설정하면 RenderPass 이 서브 렌더 패스의 컨테이너 역할을 하고 오브젝트 자체를 렌더링하지 않아야 할 때 유용합니다.

렌더러블 유형별로 필터링하는 것 외에도 layerMask 을 사용하여 할당된 layers 에 따라 영향을 받는 렌더러블을 더욱 세분화할 수 있습니다.

프로퍼티 문서

layerMask : int

필터의 레이어 마스크를 설정합니다. 지정된 레이어에 있는 렌더러블만 필터의 영향을 받습니다.

l{QtQuick3D::노드::레이어}도 참조하십시오 .

renderableTypes : enumeration [default: RenderablesFilter.Opaque | RenderablesFilter.Transparent]

필터가 영향을 미칠 렌더러블의 유형을 설정합니다.

Constant설명
RenderablesFilter.None렌더러블을 렌더링하지 않습니다. 서브 렌더 패스만 있는 컨테이너 패스에 유용합니다.
RenderablesFilter.Opaque불투명 렌더러블만 렌더링됩니다.
RenderablesFilter.Transparent투명한 렌더러블만 렌더링됩니다.

참고: | 연산자를 사용하여 여러 값을 결합할 수 있습니다.

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