TextureInput QML Type
Specifies a texture exposed to the shaders of a CustomMaterial or Effect. More...
Import Statement: | import QtQuick3D 1.0 |
Properties
Detailed Description
Property Documentation
enabled : bool |
The property determines if this TextureInput is enabled. The default value is true. When disabled, the shaders of the effect sample a dummy, opaque black texture instead of the one specified by texture.
texture : Texture |
References the texture.