item flashing
This commit is contained in:
@@ -17,7 +17,7 @@ pub enum Material {
|
||||
}
|
||||
|
||||
impl Material {
|
||||
// Weight per unit volume (arbitrary units - adjust as needed)
|
||||
// Weight per unit volume (arbitrary units - TODO: Adjust later)
|
||||
pub fn density(&self) -> f32 {
|
||||
match self {
|
||||
Material::NA => 1.0,
|
||||
|
||||
Reference in New Issue
Block a user