Upon loading a 3D model with threejs
, I am able to initiate animation clips. However, instead of simply running the animation, I desire to navigate to a specific point in the sequence on button click. For instance, if my animation clip is 1-minute long, when a user clicks a button, I aim to manipulate the geometry to mimic its appearance at the 30-second mark within the animation.
Is there a method to achieve this functionality using threejs
, or do you have an alternative suggestion?