Class GLTFTexture
GLTFTexture represents a texture in a glTF file.
- Inheritance
-
GLTFTexture
See Also
Properties
sampler
ID of the texture sampler to use when sampling the image. If -1, then the default texture sampler is used (linear filtering, and repeat wrapping in both axes).
var sampler : int = -1
Property Value
Remarks
src_image
The index of the image associated with this texture, see get_images. If -1, then this texture does not have an image assigned.
var src_image : int = -1