[][src]Module gltf_json::material

Contains Material and other related data structures.

Structs

AlphaCutoff

The alpha cutoff value of a material.

EmissiveFactor

The emissive color of a material.

Material

The material appearance of a primitive.

NormalTexture

Defines the normal texture of a material.

OcclusionTexture

Defines the occlusion texture of a material.

PbrBaseColorFactor

The base color factor of a material.

PbrMetallicRoughness

A set of parameter values that are used to define the metallic-roughness material model from Physically-Based Rendering (PBR) methodology.

StrengthFactor

A number in the inclusive range [0.0, 1.0] with a default value of 1.0.

Enums

AlphaMode

The alpha rendering mode of a material.

Constants

VALID_ALPHA_MODES

All valid alpha modes.