Home
last modified time | relevance | path

Searched refs:occlusionChannel (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3dprincipledmaterial_p.h88 …Q_PROPERTY(TextureChannelMapping occlusionChannel READ occlusionChannel WRITE setOcclusionChannel …
147 Q_REVISION(1) TextureChannelMapping occlusionChannel() const;
H A Dqquick3dprincipledmaterial.cpp499 QQuick3DMaterial::TextureChannelMapping QQuick3DPrincipledMaterial::occlusionChannel() const in occlusionChannel() function in QQuick3DPrincipledMaterial
943 material->occlusionChannel = channelMapping(m_occlusionChannel); in updateSpatialNode()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/graphobjects/
H A Dqssgrenderdefaultmaterial.cpp39 occlusionChannel = TextureChannelMapping::R; in QSSGRenderDefaultMaterial()
H A Dqssgrenderdefaultmaterial_p.h139 TextureChannelMapping occlusionChannel = TextureChannelMapping::R; member
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/imports/quick3d/designer/
H A DPrincipledMaterialSection.qml231 backendValue: backendValues.occlusionChannel
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/rendererimpl/
H A Dqssgrendererimpllayerrenderpreparationdata.cpp413 value = inMaterial->occlusionChannel; in prepareImageForRender()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/imports/quick3d/
H A Dplugins.qmltypes1008 Property { name: "occlusionChannel"; revision: 1; type: "TextureChannelMapping" }