Struct kiss3d::builtin::ObjectMaterial [] [src]

pub struct ObjectMaterial { /* fields omitted */ }

The default material used to draw objects.

Methods

impl ObjectMaterial
[src]

Creates a new ObjectMaterial.

Trait Implementations

impl Material for ObjectMaterial
[src]

Renders an object using this material.