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)
See also
- setTexture(QAbstractTexture)
See also
- setTextureOffset(QVector2D)
See also
- setTextureTransform(QMatrix3x3)
See also
- texture() → QAbstractTexture
See also
- textureOffset() → QVector2D
See also
- textureTransform() → QMatrix3x3
See also
Signals露
- alphaBlendingEnabledChanged(bool)
TODO
- textureChanged(QAbstractTexture)
TODO
- textureOffsetChanged(QVector2D)
TODO
- textureTransformChanged(QMatrix3x3)
TODO