QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
3 More...
#include <qgsgoochmaterialsettings.h>
Public Member Functions | |
QgsGoochMaterialSettings ()=default | |
void | addParametersToEffect (Qt3DRender::QEffect *effect, const QgsMaterialContext &materialContext) const override |
Adds parameters from the material to a destination effect. | |
float | alpha () const |
Returns the alpha value. | |
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. | |
float | beta () const |
Returns the beta value. | |
QgsGoochMaterialSettings * | clone () const override |
Clones the material settings. | |
QColor | cool () const |
Returns cool color component. | |
int | dataDefinedByteStride () const override |
Returns byte stride of the data defined colors,used to fill the vertex colors data defined buffer for rendering. | |
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. | |
QColor | diffuse () const |
Returns diffuse color component. | |
bool | operator== (const QgsGoochMaterialSettings &other) const |
void | readXml (const QDomElement &elem, const QgsReadWriteContext &context) override |
Reads settings from a DOM element. | |
void | setAlpha (float alpha) |
Sets alpha value. | |
void | setBeta (float beta) |
Sets beta value. | |
void | setCool (const QColor &cool) |
Sets cool color component. | |
void | setDiffuse (const QColor &diffuse) |
Sets diffuse color component. | |
void | setShininess (float shininess) |
Sets shininess of the surface. | |
void | setSpecular (const QColor &specular) |
Sets specular color component. | |
void | setWarm (const QColor &warm) |
Sets warm color component. | |
float | shininess () const |
Returns shininess of the surface. | |
QColor | specular () const |
Returns specular color component. | |
QMap< QString, QString > | toExportParameters () const override |
Returns the parameters to be exported to .mtl file. | |
QgsMaterial * | toMaterial (QgsMaterialSettingsRenderingTechnique technique, const QgsMaterialContext &context) const override |
Creates a new QgsMaterial object representing the material settings. | |
QString | type () const override |
Returns the unique type name for the material. | |
QColor | warm () const |
Returns warm color component. | |
void | writeXml (QDomElement &elem, const QgsReadWriteContext &context) const override |
Writes settings to a DOM element. | |
Public Member Functions inherited from QgsAbstractMaterialSettings | |
virtual | ~QgsAbstractMaterialSettings ()=default |
QgsPropertyCollection | dataDefinedProperties () const |
Returns the symbol material property collection, used for data defined overrides. | |
const QgsPropertiesDefinition & | propertyDefinitions () const |
Returns a reference to the material properties definition, used for data defined overrides. | |
void | setDataDefinedProperties (const QgsPropertyCollection &collection) |
Sets the material property collection, used for data defined overrides. | |
Static Public Member Functions | |
static QgsAbstractMaterialSettings * | create () |
Returns a new instance of QgsGoochMaterialSettings. | |
static bool | supportsTechnique (QgsMaterialSettingsRenderingTechnique technique) |
Returns true if the specified technique is supported by the Gooch material. | |
Additional Inherited Members | |
Public Types inherited from QgsAbstractMaterialSettings | |
enum class | Property : int { 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 37 of file qgsgoochmaterialsettings.h.
|
default |
|
overridevirtual |
Adds parameters from the material to a destination effect.
Implements QgsAbstractMaterialSettings.
Definition at line 128 of file qgsgoochmaterialsettings.cpp.
|
inline |
Returns the alpha value.
Definition at line 71 of file qgsgoochmaterialsettings.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 169 of file qgsgoochmaterialsettings.cpp.
|
inline |
Returns the beta value.
Definition at line 74 of file qgsgoochmaterialsettings.h.
|
overridevirtual |
Clones the material settings.
Caller takes ownership of the returned object.
Implements QgsAbstractMaterialSettings.
Definition at line 72 of file qgsgoochmaterialsettings.cpp.
|
inline |
Returns cool color component.
Definition at line 61 of file qgsgoochmaterialsettings.h.
|
static |
Returns a new instance of QgsGoochMaterialSettings.
Definition at line 49 of file qgsgoochmaterialsettings.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 164 of file qgsgoochmaterialsettings.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 132 of file qgsgoochmaterialsettings.cpp.
|
inline |
Returns diffuse color component.
Definition at line 64 of file qgsgoochmaterialsettings.h.
|
inline |
Definition at line 114 of file qgsgoochmaterialsettings.h.
|
overridevirtual |
Reads settings from a DOM element.
Reimplemented from QgsAbstractMaterialSettings.
Definition at line 77 of file qgsgoochmaterialsettings.cpp.
|
inline |
Sets alpha value.
Definition at line 90 of file qgsgoochmaterialsettings.h.
|
inline |
Sets beta value.
Definition at line 93 of file qgsgoochmaterialsettings.h.
|
inline |
Sets cool color component.
Definition at line 80 of file qgsgoochmaterialsettings.h.
|
inline |
Sets diffuse color component.
Definition at line 83 of file qgsgoochmaterialsettings.h.
|
inline |
Sets shininess of the surface.
Definition at line 87 of file qgsgoochmaterialsettings.h.
|
inline |
Sets specular color component.
Definition at line 85 of file qgsgoochmaterialsettings.h.
|
inline |
Sets warm color component.
Definition at line 77 of file qgsgoochmaterialsettings.h.
|
inline |
Returns shininess of the surface.
Definition at line 68 of file qgsgoochmaterialsettings.h.
|
inline |
Returns specular color component.
Definition at line 66 of file qgsgoochmaterialsettings.h.
|
static |
Returns true
if the specified technique is supported by the Gooch material.
Definition at line 54 of file qgsgoochmaterialsettings.cpp.
|
overridevirtual |
Returns the parameters to be exported to .mtl file.
Implements QgsAbstractMaterialSettings.
Definition at line 103 of file qgsgoochmaterialsettings.cpp.
|
overridevirtual |
Creates a new QgsMaterial 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 108 of file qgsgoochmaterialsettings.cpp.
|
overridevirtual |
Returns the unique type name for the material.
Implements QgsAbstractMaterialSettings.
Definition at line 44 of file qgsgoochmaterialsettings.cpp.
|
inline |
Returns warm color component.
Definition at line 58 of file qgsgoochmaterialsettings.h.
|
overridevirtual |
Writes settings to a DOM element.
Reimplemented from QgsAbstractMaterialSettings.
Definition at line 90 of file qgsgoochmaterialsettings.cpp.