QTextureLoader¶

PyQt5.Qt3DRender.QTextureLoader

Inherits from QAbstractTexture.

Description¶

Handles the texture loading and setting the texture’s properties.

Methods¶

__init__(parent: QNode = None)

Constructs a new QTextureLoader instance with parent as parent.

Note that by default, if not contradicted by the file metadata, the loaded texture will have the following properties set: - wrapMode set to Repeat - minificationFilter set to LinearMipMapLinear - magnificationFilter set to Linear - generateMipMaps set to true - maximumAnisotropy set to 16.0f - target set to TargetAutomatic


isMirrored() → bool

TODO


setMirrored(bool)

Sets mirroring to mirrored.

Note: This internally triggers a call to update the data generator.

See also

isMirrored().


setSource(QUrl)

Sets the texture loader source to source. source

See also

source().


source() → QUrl

See also

setSource().

Signals¶

mirroredChanged(bool)

TODO


sourceChanged(QUrl)

TODO