I'm trying to build an object with multiple gears. One of the gears is attached to a larger gear, so when the larger gear rotates the smaller gear moves too, around the center of the larger gear.
Simultaneously, the smaller gear is rotating as well - but its rotation is around its own center, independent of the larger gear.
So:
- Larger gear rotates around its center
- Smaller gear moves around the center of the larger gear with its rotation
- Smaller gear is also rotating independently
I can get 1 and 2 by animating the larger gear's rotation and then grouping both gears, but I can't figure out how to get the smaller gear to rotate around its own axis as it's going around the larger gear.
Any ideas would be appreciated.