forked from StrafesNET/strafe-client
tweak water
This commit is contained in:
parent
7311b1ae88
commit
c37b990389
@ -99,7 +99,7 @@ pub enum ContactingBehaviour{
|
|||||||
pub struct IntersectingWater{
|
pub struct IntersectingWater{
|
||||||
pub viscosity:Planar64,
|
pub viscosity:Planar64,
|
||||||
pub density:Planar64,
|
pub density:Planar64,
|
||||||
pub current:Planar64Vec3,
|
pub velocity:Planar64Vec3,
|
||||||
}
|
}
|
||||||
//All models can be given these attributes
|
//All models can be given these attributes
|
||||||
#[derive(Clone,Hash,Eq,PartialEq)]
|
#[derive(Clone,Hash,Eq,PartialEq)]
|
||||||
|
Loading…
Reference in New Issue
Block a user