Jump to content

[1.7.10] Set view angle (Yaw) as the direction that I'm walking to


Recommended Posts

Posted

Hey.

I'm making a mod that includes a pathfinding algorithm, the pathfinding works great, but - since I don't handle the view angle it stays in the same place, I tried to modify the look angle using this:

 

player.rotationYaw = (float)(Math.atan2(direction.xCoord, direction.zCoord) * 360);

 

player is the player, direction is a vec3 which I'm using to set velocity.

I checked the result that I'm getting from the atan, most of them are below 1 but they are in range of -2~2

Any ideas?

Thank you.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.