QTextureImageDataGenerator¶
Provides texture image data for
QAbstractTextureImage. More…

Detailed Description¶
QTextureImageDataGeneratoris a data provider forQAbstractTexture.QTextureImageDataGeneratorcan 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 theQTextureImageDataPtrwhich contains the data that will be loaded to the texture.QTextureImageDataGeneratoris 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:
other –
PySide2.Qt3DRender.Qt3DRender.QTextureImageDataGenerator- Return type:
bool
Implement the method to compare this texture data generator to
other. Returns a boolean that indicates whether theQAbstractTextureImageneeds to reload theQTextureImageData.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.