RenderablesFilter QML Type
Defines a filter for selecting which renderables to affect in a pass. More...
| Import Statement: | import QtQuick3D |
| Since: | Qt 6.11 |
| Inherits: |
Properties
- layerMask : int
- renderableTypes : enumeration
Detailed Description
The RenderablesFilter type is used to specify which renderables in the scene should be affected by a RenderPass. By setting the renderableTypes property, you can control whether the pass affects Opaque or Transparent objects.
In addition to filtering by renderable types, you can also use the layerMask to further refine which renderables are affected based on their assigned layers.
Property Documentation
layerMask : int
Sets the layer mask for the filter. Only renderables on the specified layers will be affected by the filter.
See also l{QtQuick3D::Node::layers}.
renderableTypes : enumeration
Sets the types of renderables that the filter will affect.
| Constant | Value |
|---|---|
RenderablesFilter.Opaque | |
RenderablesFilter.Transparent |