update cameras and model

This commit is contained in:
Joe Ardent 2023-01-20 23:33:21 -08:00
parent f7c1698602
commit 39c5ced896
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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;