How to make gltf model always face mouse cursor?

the 3d model here, I want it to face toward mouse just like it works after left click and drag. I tried raycasting it is working here:

but this method does not work for gltf model. can anyone help?

/cc

Have you even tried to use a gltf model with this method?

What approach/method do you use to make the head on your web page follow the pointer on mouse down? Link to the source code?