I have two objects that I would like to animate with specific movements. Here is what I need:
Currently, I have their 3D models in stl format along with their offset calculations.
I can import them into aframe, but I am struggling to implement movement controls using the keyboard, while also maintaining their original posture. For example:
- I need the square element to move in a linear path by a set distance when the Q key is pressed
- The round element should rotate by a specific angle when the R key is pressed