QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
3 More...
#include <qgsphongtexturedmaterialsettings.h>
Public Member Functions | |
QgsPhongTexturedMaterialSettings ()=default | |
void | addParametersToEffect (Qt3DRender::QEffect *effect, const QgsMaterialContext &materialContext) const override |
Adds parameters from the material to a destination effect. | |
QColor | ambient () const |
Returns ambient color component. | |
QgsPhongTexturedMaterialSettings * | clone () const override |
Clones the material settings. | |
QString | diffuseTexturePath () const |
Returns the diffuse texture path. | |
double | opacity () const |
Returns the opacity of the surface. | |
bool | operator== (const QgsPhongTexturedMaterialSettings &other) const |
void | readXml (const QDomElement &elem, const QgsReadWriteContext &context) override |
Reads settings from a DOM element. | |
bool | requiresTextureCoordinates () const |
Returns true if the material requires texture coordinates to be generated during triangulation.quiresTextureCoordinates. | |
void | setAmbient (const QColor &ambient) |
Sets ambient color component. | |
void | setDiffuseTexturePath (const QString &path) |
Sets the path of the diffuse texture. | |
void | setOpacity (float opacity) |
Sets opacity of the surface. | |
void | setShininess (double shininess) |
Sets shininess of the surface. | |
void | setSpecular (const QColor &specular) |
Sets specular color component. | |
void | setTextureRotation (float rotation) |
Sets the texture rotation in degrees. | |
void | setTextureScale (float scale) |
Sets the texture scale The texture scale changes the size of the displayed texture in the 3D scene If the texture scale is less than 1 the texture will be stretched. | |
double | shininess () const |
Returns shininess of the surface. | |
QColor | specular () const |
Returns specular color component. | |
float | textureRotation () const |
Returns the texture rotation, in degrees. | |
float | textureScale () const |
Returns the texture scale The texture scale changes the size of the displayed texture in the 3D scene If the texture scale is less than 1 the texture will be stretched. | |
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. | |
void | writeXml (QDomElement &elem, const QgsReadWriteContext &context) const override |
Writes settings to a DOM element. | |
Public Member Functions inherited from QgsAbstractMaterialSettings | |
virtual | ~QgsAbstractMaterialSettings ()=default |
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. | |
virtual int | dataDefinedByteStride () const |
Returns byte stride of the data defined colors,used to fill the vertex colors data defined buffer for rendering. | |
QgsPropertyCollection | dataDefinedProperties () const |
Returns the symbol material property collection, used for data defined overrides. | |
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. | |
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 QgsPhongTexturedMaterialSettings. | |
static bool | supportsTechnique (QgsMaterialSettingsRenderingTechnique technique) |
Returns true if the specified technique is supported by the Phong material. | |
Additional Inherited Members | |
Public Types inherited from QgsAbstractMaterialSettings | |
enum class | Property : int { Diffuse , Ambient , Warm , Cool , Specular } |
Data definable properties. More... | |
3
A phong shading model with diffuse texture map.
Definition at line 36 of file qgsphongtexturedmaterialsettings.h.
|
default |
|
overridevirtual |
Adds parameters from the material to a destination effect.
Implements QgsAbstractMaterialSettings.
Definition at line 173 of file qgsphongtexturedmaterialsettings.cpp.
|
inline |
Returns ambient color component.
Definition at line 57 of file qgsphongtexturedmaterialsettings.h.
|
overridevirtual |
Clones the material settings.
Caller takes ownership of the returned object.
Implements QgsAbstractMaterialSettings.
Definition at line 61 of file qgsphongtexturedmaterialsettings.cpp.
|
static |
Returns a new instance of QgsPhongTexturedMaterialSettings.
Definition at line 56 of file qgsphongtexturedmaterialsettings.cpp.
|
inline |
Returns the diffuse texture path.
Definition at line 70 of file qgsphongtexturedmaterialsettings.h.
|
inline |
Returns the opacity of the surface.
Definition at line 94 of file qgsphongtexturedmaterialsettings.h.
|
inline |
Definition at line 134 of file qgsphongtexturedmaterialsettings.h.
|
overridevirtual |
Reads settings from a DOM element.
Reimplemented from QgsAbstractMaterialSettings.
Definition at line 71 of file qgsphongtexturedmaterialsettings.cpp.
|
inline |
Returns true
if the material requires texture coordinates to be generated during triangulation.quiresTextureCoordinates.
Definition at line 83 of file qgsphongtexturedmaterialsettings.h.
|
inline |
Sets ambient color component.
Definition at line 97 of file qgsphongtexturedmaterialsettings.h.
|
inline |
Sets the path of the diffuse texture.
Definition at line 108 of file qgsphongtexturedmaterialsettings.h.
|
inline |
Sets opacity of the surface.
Definition at line 124 of file qgsphongtexturedmaterialsettings.h.
|
inline |
Sets shininess of the surface.
Definition at line 102 of file qgsphongtexturedmaterialsettings.h.
|
inline |
Sets specular color component.
Definition at line 100 of file qgsphongtexturedmaterialsettings.h.
|
inline |
Sets the texture rotation in degrees.
Definition at line 118 of file qgsphongtexturedmaterialsettings.h.
|
inline |
Sets the texture scale The texture scale changes the size of the displayed texture in the 3D scene If the texture scale is less than 1 the texture will be stretched.
Definition at line 115 of file qgsphongtexturedmaterialsettings.h.
|
inline |
Returns shininess of the surface.
Definition at line 61 of file qgsphongtexturedmaterialsettings.h.
|
inline |
Returns specular color component.
Definition at line 59 of file qgsphongtexturedmaterialsettings.h.
|
static |
Returns true
if the specified technique is supported by the Phong material.
Definition at line 38 of file qgsphongtexturedmaterialsettings.cpp.
float QgsPhongTexturedMaterialSettings::textureRotation | ( | ) | const |
Returns the texture rotation, in degrees.
Definition at line 66 of file qgsphongtexturedmaterialsettings.cpp.
|
inline |
Returns the texture scale The texture scale changes the size of the displayed texture in the 3D scene If the texture scale is less than 1 the texture will be stretched.
Definition at line 77 of file qgsphongtexturedmaterialsettings.h.
|
overridevirtual |
Returns the parameters to be exported to .mtl file.
Implements QgsAbstractMaterialSettings.
Definition at line 164 of file qgsphongtexturedmaterialsettings.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 97 of file qgsphongtexturedmaterialsettings.cpp.
|
overridevirtual |
Returns the unique type name for the material.
Implements QgsAbstractMaterialSettings.
Definition at line 33 of file qgsphongtexturedmaterialsettings.cpp.
|
overridevirtual |
Writes settings to a DOM element.
Reimplemented from QgsAbstractMaterialSettings.
Definition at line 84 of file qgsphongtexturedmaterialsettings.cpp.