Home
last modified time | relevance | path

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

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3ddefaultmaterial_p.h92 …Q_PROPERTY(bool vertexColorsEnabled READ vertexColorsEnabled WRITE setVertexColorsEnabled NOTIFY v…
132 bool vertexColorsEnabled() const;
165 void setVertexColorsEnabled(bool vertexColorsEnabled);
196 void vertexColorsEnabledChanged(bool vertexColorsEnabled);
H A Dqquick3ddefaultmaterial.cpp477 bool QQuick3DDefaultMaterial::vertexColorsEnabled() const in vertexColorsEnabled() function in QQuick3DDefaultMaterial
930 material->vertexColorsEnabled = m_vertexColorsEnabled; in updateSpatialNode()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/graphobjects/
H A Dqssgrenderdefaultmaterial_p.h134 bool vertexColorsEnabled = false; member
146 bool isVertexColorsEnabled() const { return vertexColorsEnabled; } in isVertexColorsEnabled()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/imports/quick3d/designer/
H A DDefaultMaterialSection.qml66 text: backendValues.vertexColorsEnabled.valueToString
67 backendValue: backendValues.vertexColorsEnabled
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/imports/quick3d/
H A Dplugins.qmltypes254 Property { name: "vertexColorsEnabled"; type: "bool" }
353 Parameter { name: "vertexColorsEnabled"; type: "bool" }
468 Parameter { name: "vertexColorsEnabled"; type: "bool" }
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/
H A Dqssgrenderdefaultmaterialshadergenerator.cpp764 bool vertexColorsEnabled = material()->isVertexColorsEnabled(); in generateFragmentShader() local
983 if (vertexColorsEnabled) in generateFragmentShader()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/rendererimpl/
H A Dqssgrendererimpllayerrenderpreparationdata.cpp817 theMaterial.vertexColorsEnabled = renderableFlags.hasAttributeColor(); in prepareModelForRender()