QTextureImageDataGenerator#
Provides texture image data for QAbstractTextureImage
. More…
Detailed Description#
QTextureImageDataGenerator
is a data provider for QAbstractTexture
. QTextureImageDataGenerator
can be used to expand Qt3D with more ways to load texture image data as well as support user-defined formats and formats Qt3D does not natively support. The data is returned by the QTextureImageDataPtr
which contains the data that will be loaded to the texture. QTextureImageDataGenerator
is executed by Aspect jobs in the backend.
- class PySide6.Qt3DRender.Qt3DRender.QTextureImageDataGenerator#
- abstract PySide6.Qt3DRender.Qt3DRender.QTextureImageDataGenerator.__call__()#
- Return type
QSharedPointer
Implement the method to return the texture image data.
- abstract PySide6.Qt3DRender.Qt3DRender.QTextureImageDataGenerator.__eq__(other)#
- Parameters
other –
PySide6.Qt3DRender.Qt3DRender.QTextureImageDataGenerator
- Return type
bool
Implement the method to compare this texture data generator to other
. Returns a boolean that indicates whether the QAbstractTextureImage
needs to reload the QTextureImageData
.