Start turning

This commit is contained in:
Miloslav Ciz 2024-09-10 17:29:22 +02:00
parent 74ea3dcd41
commit 0cedae66a9
5 changed files with 80 additions and 21 deletions

View file

@ -75,7 +75,7 @@ struct
#if LCR_ANIMATE_CAR
S3L_Unit wheelRotation;
S3L_Unit wheelSteer;
S3L_Unit wheelRotationCenters[4];
S3L_Unit wheelRotationCenters[4]; /**< back and front wheel XY centers */
S3L_Unit animatedCarVerts[LCR_CAR_VERTEX_COUNT * 3];
#endif