Struct gltf::material::OcclusionTexture [] [src]

pub struct OcclusionTexture<'a> { /* fields omitted */ }

Defines the occlusion texture of a material.

Methods

impl<'a> OcclusionTexture<'a>
[src]

Returns the internal JSON item.

The scalar multiplier controlling the amount of occlusion applied.

The set index of the texture's TEXCOORD attribute.

Returns the referenced Texture.

Optional application specific data.