#how can i make the head model looking at me
5 messages · Page 1 of 1 (latest)
Like @rose marsh did in this video
https://youtu.be/pQZNK4a0HcE
Presented by CyberAxe of www.OutLandishlyCrafted.com
Tip and Support Welcome, it take hordes of hours to provide free support.
https://www.patreon.com/outlandishlycrafted
#minecraft, #bedrock, #mcpe, #indiegamedev, #blockbench, #animations, #portals, #prototype.
Use the query 'query.camera_rotation(0)' for the X axis of the head bone, and 'query.camera_rotation(1)' for the Y axis.
Note that you have to play the animation for it to constantly apply (the head will stop turning if you pause it), and that the further from the origin the head is, the more inaccurate the rotation will become.
Thanks
!close