QTextureGenerator Class
class Qt3DRender::QTextureGeneratorテクスチャの画像データを提供します。詳細...
ヘッダー | #include <QTextureGenerator> |
CMake: テクスチャの画像データを提供します: | find_package(Qt6 REQUIRED COMPONENTS 3drender) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
を継承する: | Qt3DCore::QAbstractFunctor |
ステータス | 非推奨 |
パブリック関数
virtual | ~QTextureGenerator() |
virtual Qt3DRender::QTextureDataPtr | operator()() = 0 |
virtual bool | operator==(const Qt3DRender::QTextureGenerator &other) const = 0 |
メンバ関数の説明
[virtual noexcept]
QTextureGenerator::~QTextureGenerator()
クラスQt3DRender::QTextureGenerator
OpenGLテクスチャ画像を作成するために必要な情報を生成します。
[pure virtual]
Qt3DRender::QTextureDataPtr QTextureGenerator::operator()()
テクスチャデータを返します。
[pure virtual]
bool QTextureGenerator::operator==(const Qt3DRender::QTextureGenerator &other) const
これらのテクスチャーデータをother と比較する。両方が等しい場合はtrue
を返します。
© 2025 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.