tweak water

This commit is contained in:
Quaternions 2023-11-03 16:16:44 -07:00
parent 7311b1ae88
commit c37b990389

View File

@ -99,7 +99,7 @@ pub enum ContactingBehaviour{
pub struct IntersectingWater{
pub viscosity:Planar64,
pub density:Planar64,
pub current:Planar64Vec3,
pub velocity:Planar64Vec3,
}
//All models can be given these attributes
#[derive(Clone,Hash,Eq,PartialEq)]