Home
last modified time | relevance | path

Searched refs:m_hasRefraction (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3dcustommaterial.cpp281 return m_hasRefraction; in hasRefraction()
321 if (m_hasRefraction == hasRefraction) in setHasRefraction()
324 m_hasRefraction = hasRefraction; in setHasRefraction()
325 emit hasRefractionChanged(m_hasRefraction); in setHasRefraction()
362 customMaterial->m_hasRefraction = m_hasRefraction; in updateSpatialNode()
H A Dqquick3dcustommaterial_p.h117 bool m_hasRefraction = false; variable
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/graphobjects/
H A Dqssgrendercustommaterial_p.h118 bool m_hasRefraction = false; member
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/
H A Dqssgrendercustommaterialsystem.cpp850 … (inMaterial.m_hasTransparency || inMaterial.m_hasRefraction), in getShader()
1476 if (inMaterial.m_hasRefraction) in doRenderCustomMaterial()
1562 if (inMaterial.m_hasRefraction) in doRenderCustomMaterial()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/rendererimpl/
H A Dqssgrendererimpllayerrenderpreparationdata.cpp864 if (theMaterial.m_hasRefraction) in prepareModelForRender()