Struct gltf::material::NormalTexture [] [src]

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

Defines the normal texture of a material.

Methods

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

Returns the internal JSON item.

The scalar multiplier applied to each normal vector of the texture. This value is ignored if normalTexture is not specified.

The set index of the texture's TEXCOORD attribute.

Returns the referenced Texture.

Optional application specific data.