Message 1 of 3

Not applicable
09-14-2020
08:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I have a question, why the wheel when translate in the negative axes like -90 Y, start to works in the opposite way than the vehicle direction? I used this expression to animate the wheels:
L_F_Tire.rotateX = Root_CTRL.translateZ + Root_CTRL.translateX;
L_B_Tire.rotateX = Root_CTRL.translateZ + Root_CTRL.translateX;
R_F_Tire.rotateX = Root_CTRL.translateZ + Root_CTRL.translateX;
R_B_Tire.rotateX = Root_CTRL.translateZ + Root_CTRL.translateX;
Solved! Go to Solution.