update cameras and model
This commit is contained in:
parent
f7c1698602
commit
39c5ced896
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -65,7 +65,7 @@ fn follow_cyberbike(
|
|||
}
|
||||
CyberCameras::Debug => {
|
||||
let pos = bike_xform.translation
|
||||
+ (bike_xform.forward() * 5.0)
|
||||
+ (bike_xform.forward() * 9.0)
|
||||
+ (bike_xform.left() * 10.0)
|
||||
+ (bike_xform.up() * 5.0);
|
||||
cam_xform.translation = pos;
|
||||
|
|
Loading…
Reference in a new issue