Uses of Class
io.qt.qt3d.render.QAbstractTextureImage
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QAbstractTextureImage in io.qt.qt3d.render
Subclasses of QAbstractTextureImage in io.qt.qt3d.render Modifier and Type Class Description class
QPaintedTextureImage
A QAbstractTextureImage that can be written through a QPainterclass
QTextureImage
Encapsulates the necessary information to create an OpenGL texture image from an image sourceMethods in io.qt.qt3d.render that return types with arguments of type QAbstractTextureImage Modifier and Type Method Description QVector<QAbstractTextureImage>
QAbstractTexture. textureImages()
Methods in io.qt.qt3d.render with parameters of type QAbstractTextureImage Modifier and Type Method Description void
QAbstractTexture. addTextureImage(QAbstractTextureImage textureImage)
void
QAbstractTexture. removeTextureImage(QAbstractTextureImage textureImage)