QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
|
3 More...
#include <qgsphongmaterialsettings.h>
Public Member Functions | |
QgsPhongMaterialSettings ()=default | |
Constructor for QgsPhongMaterialSettings. More... | |
void | addParametersToEffect (Qt3DRender::QEffect *effect) const override |
Adds parameters from the material to a destination effect. More... | |
QColor | ambient () const |
Returns ambient color component. More... | |
void | applyDataDefinedToGeometry (Qt3DCore::QGeometry *geometry, int vertexCount, const QByteArray &data) const override |
Applies the data defined bytes, dataDefinedBytes, on the geometry by filling a specific vertex buffer that will be used by the shader. More... | |
QgsPhongMaterialSettings * | clone () const override |
Clones the material settings. More... | |
int | dataDefinedByteStride () const override |
Returns byte stride of the data defined colors,used to fill the vertex colors data defined buffer for rendering. More... | |
QByteArray | dataDefinedVertexColorsAsByte (const QgsExpressionContext &expressionContext) const override |
Returns byte array corresponding to the data defined colors depending of the expressionContext, used to fill the specific vertex buffer used for rendering the geometry. More... | |
QColor | diffuse () const |
Returns diffuse color component. More... | |
float | opacity () const |
Returns the opacity of the surface. More... | |
bool | operator== (const QgsPhongMaterialSettings &other) const |
void | readXml (const QDomElement &elem, const QgsReadWriteContext &context) override |
Reads settings from a DOM element. More... | |
void | setAmbient (const QColor &ambient) |
Sets ambient color component. More... | |
void | setDiffuse (const QColor &diffuse) |
Sets diffuse color component. More... | |
void | setOpacity (float opacity) |
Sets opacity of the surface. More... | |
void | setShininess (float shininess) |
Sets shininess of the surface. More... | |
void | setSpecular (const QColor &specular) |
Sets specular color component. More... | |
float | shininess () const |
Returns shininess of the surface. More... | |
QColor | specular () const |
Returns specular color component. More... | |
QMap< QString, QString > | toExportParameters () const override |
Returns the parameters to be exported to .mtl file. More... | |
Qt3DRender::QMaterial * | toMaterial (QgsMaterialSettingsRenderingTechnique technique, const QgsMaterialContext &context) const override |
Creates a new QMaterial object representing the material settings. More... | |
QString | type () const override |
Returns the unique type name for the material. More... | |
void | writeXml (QDomElement &elem, const QgsReadWriteContext &context) const override |
Writes settings to a DOM element. More... | |
Public Member Functions inherited from QgsAbstractMaterialSettings | |
virtual | ~QgsAbstractMaterialSettings ()=default |
virtual void | addParametersToEffect (Qt3DRender::QEffect *effect) const =0 |
Adds parameters from the material to a destination effect. More... | |
virtual void | applyDataDefinedToGeometry (Qt3DCore::QGeometry *geometry, int vertexCount, const QByteArray &dataDefinedBytes) const |
Applies the data defined bytes, dataDefinedBytes, on the geometry by filling a specific vertex buffer that will be used by the shader. More... | |
virtual QgsAbstractMaterialSettings * | clone () const =0 |
Clones the material settings. More... | |
virtual int | dataDefinedByteStride () const |
Returns byte stride of the data defined colors,used to fill the vertex colors data defined buffer for rendering. More... | |
QgsPropertyCollection | dataDefinedProperties () const |
Returns the symbol material property collection, used for data defined overrides. More... | |
virtual QByteArray | dataDefinedVertexColorsAsByte (const QgsExpressionContext &expressionContext) const |
Returns byte array corresponding to the data defined colors depending of the expressionContext, used to fill the specific vertex buffer used for rendering the geometry. More... | |
const QgsPropertiesDefinition & | propertyDefinitions () const |
Returns a reference to the material properties definition, used for data defined overrides. More... | |
virtual void | readXml (const QDomElement &element, const QgsReadWriteContext &) |
Reads settings from a DOM element. More... | |
void | setDataDefinedProperties (const QgsPropertyCollection &collection) |
Sets the material property collection, used for data defined overrides. More... | |
virtual QMap< QString, QString > | toExportParameters () const =0 |
Returns the parameters to be exported to .mtl file. More... | |
virtual Qt3DRender::QMaterial * | toMaterial (QgsMaterialSettingsRenderingTechnique technique, const QgsMaterialContext &context) const =0 |
Creates a new QMaterial object representing the material settings. More... | |
virtual QString | type () const =0 |
Returns the unique type name for the material. More... | |
virtual void | writeXml (QDomElement &element, const QgsReadWriteContext &) const |
Writes settings to a DOM element. More... | |
Static Public Member Functions | |
static QgsAbstractMaterialSettings * | create () |
Returns a new instance of QgsPhongMaterialSettings. More... | |
static bool | supportsTechnique (QgsMaterialSettingsRenderingTechnique technique) |
Returns true if the specified technique is supported by the Phong material. More... | |
Additional Inherited Members | |
Public Types inherited from QgsAbstractMaterialSettings | |
enum | Property { Diffuse , Ambient , Warm , Cool , Specular } |
Data definable properties. More... | |
3
Basic shading material used for rendering based on the Phong shading model with three color components: ambient, diffuse and specular.
Definition at line 36 of file qgsphongmaterialsettings.h.
|
default |
Constructor for QgsPhongMaterialSettings.
|
overridevirtual |
Adds parameters from the material to a destination effect.
Implements QgsAbstractMaterialSettings.
Definition at line 150 of file qgsphongmaterialsettings.cpp.
|
inline |
Returns ambient color component.
Definition at line 60 of file qgsphongmaterialsettings.h.
|
overridevirtual |
Applies the data defined bytes, dataDefinedBytes, on the geometry by filling a specific vertex buffer that will be used by the shader.
Reimplemented from QgsAbstractMaterialSettings.
Definition at line 192 of file qgsphongmaterialsettings.cpp.
|
overridevirtual |
Clones the material settings.
Caller takes ownership of the returned object.
Implements QgsAbstractMaterialSettings.
Definition at line 72 of file qgsphongmaterialsettings.cpp.
|
static |
Returns a new instance of QgsPhongMaterialSettings.
Definition at line 67 of file qgsphongmaterialsettings.cpp.
|
overridevirtual |
Returns byte stride of the data defined colors,used to fill the vertex colors data defined buffer for rendering.
Reimplemented from QgsAbstractMaterialSettings.
Definition at line 190 of file qgsphongmaterialsettings.cpp.
|
overridevirtual |
Returns byte array corresponding to the data defined colors depending of the expressionContext, used to fill the specific vertex buffer used for rendering the geometry.
Reimplemented from QgsAbstractMaterialSettings.
Definition at line 165 of file qgsphongmaterialsettings.cpp.
|
inline |
Returns diffuse color component.
Definition at line 62 of file qgsphongmaterialsettings.h.
|
inline |
Returns the opacity of the surface.
Definition at line 72 of file qgsphongmaterialsettings.h.
|
inline |
Definition at line 110 of file qgsphongmaterialsettings.h.
|
overridevirtual |
Reads settings from a DOM element.
Reimplemented from QgsAbstractMaterialSettings.
Definition at line 77 of file qgsphongmaterialsettings.cpp.
|
inline |
Sets ambient color component.
Definition at line 77 of file qgsphongmaterialsettings.h.
|
inline |
Sets diffuse color component.
Definition at line 79 of file qgsphongmaterialsettings.h.
|
inline |
Sets opacity of the surface.
Definition at line 89 of file qgsphongmaterialsettings.h.
|
inline |
Sets shininess of the surface.
Definition at line 83 of file qgsphongmaterialsettings.h.
|
inline |
Sets specular color component.
Definition at line 81 of file qgsphongmaterialsettings.h.
|
inline |
Returns shininess of the surface.
Definition at line 66 of file qgsphongmaterialsettings.h.
|
inline |
Returns specular color component.
Definition at line 64 of file qgsphongmaterialsettings.h.
|
static |
Returns true
if the specified technique is supported by the Phong material.
Definition at line 49 of file qgsphongmaterialsettings.cpp.
|
overridevirtual |
Returns the parameters to be exported to .mtl file.
Implements QgsAbstractMaterialSettings.
Definition at line 140 of file qgsphongmaterialsettings.cpp.
|
overridevirtual |
Creates a new QMaterial object representing the material settings.
The technique argument specifies the rendering technique which will be used with the returned material.
Implements QgsAbstractMaterialSettings.
Definition at line 100 of file qgsphongmaterialsettings.cpp.
|
overridevirtual |
Returns the unique type name for the material.
Implements QgsAbstractMaterialSettings.
Definition at line 44 of file qgsphongmaterialsettings.cpp.
|
overridevirtual |
Writes settings to a DOM element.
Reimplemented from QgsAbstractMaterialSettings.
Definition at line 88 of file qgsphongmaterialsettings.cpp.