java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGMaterial
io.qt.quick.QSGOpaqueTextureMaterial
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QSGTextureMaterial
public class QSGOpaqueTextureMaterial extends QSGMaterial
Convenient way of rendering textured geometry in the scene graph
Java wrapper for Qt class QSGOpaqueTextureMaterial
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.quick.QSGMaterial
QSGMaterial.Flag, QSGMaterial.Flags
-
Constructor Summary
Constructors Modifier Constructor Description QSGOpaqueTextureMaterial()
protected
QSGOpaqueTextureMaterial(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QSGTexture.AnisotropyLevel
anisotropyLevel()
int
compare(QSGMaterial other)
QSGMaterialShader
createShader(QSGRendererInterface.RenderMode renderMode)
QSGTexture.Filtering
filtering()
QSGTexture.WrapMode
horizontalWrapMode()
QSGTexture.Filtering
mipmapFiltering()
void
setAnisotropyLevel(QSGTexture.AnisotropyLevel level)
void
setFiltering(QSGTexture.Filtering filteringType)
void
setHorizontalWrapMode(QSGTexture.WrapMode mode)
void
setMipmapFiltering(QSGTexture.Filtering filteringType)
void
setTexture(QSGTexture texture)
void
setVerticalWrapMode(QSGTexture.WrapMode mode)
QSGTexture
texture()
QSGMaterialType
type()
QSGTexture.WrapMode
verticalWrapMode()
-
Constructor Details
-
QSGOpaqueTextureMaterial
public QSGOpaqueTextureMaterial() -
QSGOpaqueTextureMaterial
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
anisotropyLevel
-
filtering
-
horizontalWrapMode
-
mipmapFiltering
-
setAnisotropyLevel
-
setFiltering
-
setHorizontalWrapMode
-
setMipmapFiltering
-
setTexture
-
setVerticalWrapMode
-
texture
-
verticalWrapMode
-
compare
- Overrides:
compare
in classQSGMaterial
-
createShader
- Specified by:
createShader
in classQSGMaterial
-
type
- Specified by:
type
in classQSGMaterial
-