1 2 3 4 5
pub struct StandardMaterial { pub base_color: Color, pub base_color_texture: Option<u32>, pub metalic: f32, }