Uses of Class
io.qt.qt3d.render.QAbstractTexture
Package | Description |
---|---|
io.qt.qt3d.extras | |
io.qt.qt3d.render |
-
Uses of QAbstractTexture in io.qt.qt3d.extras
Fields in io.qt.qt3d.extras with type parameters of type QAbstractTexture Modifier and Type Field Description QObject.Signal1<QAbstractTexture>
QDiffuseMapMaterial. diffuseChanged
QObject.Signal1<QAbstractTexture>
QDiffuseSpecularMapMaterial. diffuseChanged
QObject.Signal1<QAbstractTexture>
QNormalDiffuseMapMaterial. diffuseChanged
QObject.Signal1<QAbstractTexture>
QNormalDiffuseSpecularMapMaterial. diffuseChanged
QObject.Signal1<QAbstractTexture>
QNormalDiffuseMapMaterial. normalChanged
QObject.Signal1<QAbstractTexture>
QNormalDiffuseSpecularMapMaterial. normalChanged
QObject.Signal1<QAbstractTexture>
QDiffuseSpecularMapMaterial. specularChanged
QObject.Signal1<QAbstractTexture>
QNormalDiffuseSpecularMapMaterial. specularChanged
QObject.Signal1<QAbstractTexture>
QAbstractSpriteSheet. textureChanged
QObject.Signal1<QAbstractTexture>
QTextureMaterial. textureChanged
Methods in io.qt.qt3d.extras that return QAbstractTexture Modifier and Type Method Description QAbstractTexture
QDiffuseMapMaterial. diffuse()
QAbstractTexture
QDiffuseSpecularMapMaterial. diffuse()
QAbstractTexture
QNormalDiffuseMapMaterial. diffuse()
QAbstractTexture
QNormalDiffuseSpecularMapMaterial. diffuse()
QAbstractTexture
QNormalDiffuseMapMaterial. normal()
QAbstractTexture
QNormalDiffuseSpecularMapMaterial. normal()
QAbstractTexture
QDiffuseSpecularMapMaterial. specular()
QAbstractTexture
QNormalDiffuseSpecularMapMaterial. specular()
QAbstractTexture
QAbstractSpriteSheet. texture()
QAbstractTexture
QTextureMaterial. texture()
Methods in io.qt.qt3d.extras with parameters of type QAbstractTexture Modifier and Type Method Description void
QDiffuseMapMaterial. setDiffuse(QAbstractTexture diffuse)
void
QDiffuseSpecularMapMaterial. setDiffuse(QAbstractTexture diffuse)
void
QNormalDiffuseMapMaterial. setDiffuse(QAbstractTexture diffuse)
void
QNormalDiffuseSpecularMapMaterial. setDiffuse(QAbstractTexture diffuse)
void
QNormalDiffuseMapMaterial. setNormal(QAbstractTexture normal)
void
QNormalDiffuseSpecularMapMaterial. setNormal(QAbstractTexture normal)
void
QDiffuseSpecularMapMaterial. setSpecular(QAbstractTexture specular)
void
QNormalDiffuseSpecularMapMaterial. setSpecular(QAbstractTexture specular)
void
QAbstractSpriteSheet. setTexture(QAbstractTexture texture)
void
QTextureMaterial. setTexture(QAbstractTexture texture)
-
Uses of QAbstractTexture in io.qt.qt3d.render
Subclasses of QAbstractTexture in io.qt.qt3d.render Modifier and Type Class Description class
QSharedGLTexture
Allows to use a textureId from a separate OpenGL context in a Qt 3D sceneclass
QTexture1D
A QAbstractTexture with a Target1D target formatclass
QTexture1DArray
A QAbstractTexture with a Target1DArray target formatclass
QTexture2D
A QAbstractTexture with a Target2D target formatclass
QTexture2DArray
A QAbstractTexture with a Target2DArray target formatclass
QTexture2DMultisample
A QAbstractTexture with a Target2DMultisample target formatclass
QTexture2DMultisampleArray
A QAbstractTexture with a Target2DMultisampleArray target formatclass
QTexture3D
A QAbstractTexture with a Target3D target formatclass
QTextureBuffer
A QAbstractTexture with a TargetBuffer target formatclass
QTextureCubeMap
A QAbstractTexture with a TargetCubeMap target formatclass
QTextureCubeMapArray
A QAbstractTexture with a TargetCubeMapArray target formatclass
QTextureLoader
Handles the texture loading and setting the texture's propertiesclass
QTextureRectangle
A QAbstractTexture with a TargetRectangle target formatFields in io.qt.qt3d.render with type parameters of type QAbstractTexture Modifier and Type Field Description QObject.Signal1<QAbstractTexture>
QEnvironmentLight. irradianceChanged
QObject.Signal1<QAbstractTexture>
QEnvironmentLight. specularChanged
QObject.Signal1<QAbstractTexture>
QRenderTargetOutput. textureChanged
QObject.Signal1<QAbstractTexture>
QShaderImage. textureChanged
Methods in io.qt.qt3d.render that return QAbstractTexture Modifier and Type Method Description QAbstractTexture
QEnvironmentLight. irradiance()
QAbstractTexture
QEnvironmentLight. specular()
QAbstractTexture
QRenderTargetOutput. texture()
QAbstractTexture
QShaderImage. texture()
Methods in io.qt.qt3d.render with parameters of type QAbstractTexture Modifier and Type Method Description void
QEnvironmentLight. setIrradiance(QAbstractTexture irradiance)
void
QEnvironmentLight. setSpecular(QAbstractTexture specular)
void
QRenderTargetOutput. setTexture(QAbstractTexture texture)
void
QShaderImage. setTexture(QAbstractTexture texture)
Constructors in io.qt.qt3d.render with parameters of type QAbstractTexture Constructor Description QParameter(String name, QAbstractTexture texture)
Overloaded constructor forQParameter(java.lang.String, io.qt.qt3d.render.QAbstractTexture, io.qt.qt3d.core.QNode)
withparent = null
.QParameter(String name, QAbstractTexture texture, QNode parent)