forked from StrafesNET/strafe-client
rbhop friction
This commit is contained in:
parent
403910d2d8
commit
49fde16c4f
@ -214,7 +214,7 @@ impl strafe_client::framework::Example for Skybox {
|
|||||||
pos: glam::Vec3::new(5.0,0.0,5.0),
|
pos: glam::Vec3::new(5.0,0.0,5.0),
|
||||||
vel: glam::Vec3::new(0.0,0.0,0.0),
|
vel: glam::Vec3::new(0.0,0.0,0.0),
|
||||||
gravity: glam::Vec3 { x: 0.0, y: -100.0, z: 0.0 },
|
gravity: glam::Vec3 { x: 0.0, y: -100.0, z: 0.0 },
|
||||||
friction: 80.0,
|
friction: 90.0,
|
||||||
screen_size: (config.width, config.height),
|
screen_size: (config.width, config.height),
|
||||||
offset: glam::Vec3::new(0.0,4.5,0.0),
|
offset: glam::Vec3::new(0.0,4.5,0.0),
|
||||||
pitch: 0.0,
|
pitch: 0.0,
|
||||||
|
Loading…
Reference in New Issue
Block a user