fix icarus drifting off
This commit is contained in:
parent
86bfea760f
commit
a37fefb2eb
|
@ -1179,6 +1179,9 @@ fn spawn_scenes(
|
|||
state.model_scale = 1.0;
|
||||
state.is_experiencing_atmosphere = true;
|
||||
|
||||
// command: wants matchvelocitywith pizzeria
|
||||
state.wants_matchvelocity_id = Some("pizzeria".to_string());
|
||||
|
||||
// command: angularmomentum 0.4 0.2 0.1
|
||||
state.angular_momentum = DVec3::new(0.4, 0.2, 0.1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue