QTextureMaterial

PyQt5.Qt3DExtras.QTextureMaterial

Inherits from QMaterial.

Description

The QTextureMaterial provides a default implementation of a simple unlit texture material.

This material uses an effect with a single render pass approach. Techniques are provided for OpenGL 2, OpenGL 3 or above as well as OpenGL ES 2.

Methods

__init__(parent: QNode = None)

Constructs a new QTextureMaterial instance with parent object parent.


isAlphaBlendingEnabled() → bool

TODO


setAlphaBlendingEnabled(bool)

setTexture(QAbstractTexture)

See also

texture().


setTextureOffset(QVector2D)

See also

textureOffset().


setTextureTransform(QMatrix3x3)

See also

textureTransform().


texture() → QAbstractTexture

See also

setTexture().


textureOffset() → QVector2D

See also

setTextureOffset().


textureTransform() → QMatrix3x3

Signals

alphaBlendingEnabledChanged(bool)

TODO


textureChanged(QAbstractTexture)

TODO


textureOffsetChanged(QVector2D)

TODO


textureTransformChanged(QMatrix3x3)

TODO