Type Definition three_d::core::Material[][src]

pub type Material = PhysicalMaterial;
👎 Deprecated:

Use PhysicalMaterial instead

Expand description

A material used for shading an object. This is the GPU-side version of CPUMaterial, meaning the same data, just transfered to the GPU so it can be used for rendering.