QTextureImageDataGenerator

Provides texture image data for QAbstractTextureImage . More

Inheritance diagram of PySide2.Qt3DRender.Qt3DRender.QTextureImageDataGenerator

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 PySide2.Qt3DRender.Qt3DRender.QTextureImageDataGenerator
PySide2.Qt3DRender.Qt3DRender.QTextureImageDataGenerator.operator()()
Return type:

QSharedPointer

Implement the method to return the texture image data.

PySide2.Qt3DRender.Qt3DRender.QTextureImageDataGenerator.__eq__(other)
Parameters:

otherPySide2.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 .