Quantcast
Channel: Questions in topic: "quaternion.slerp"
Browsing all 133 articles
Browse latest View live
↧

Quaternion.Slerp Does Not Rotate Object

In Unity 2020, I have an object that I want the user to be able to drag and rotate in all three axes, then release the mouse button and have it "float" back to its original rotation. It cannot be moved...

View Article


Help with tower defense game using LookRotation

void LookAtEnemy() { GameObject[] enemies; enemies = GameObject.FindGameObjectsWithTag("Enemy"); float speed = 0.05f; foreach (GameObject enemy in enemies) { Vector3 enemyPos =...

View Article


How to avoid single direction rotation with Quaternions?

void Update() { newDir = new Vector3(joystickDirection.x, joystickDirection.y, 0); angle = Vector3.Angle(transform.forward, newDir); Quaternion rotation = Quaternion.Euler(-angle, 0, 0); rotation =...

View Article

Quaternion slerp loop exits before equality of quaternions

The loop involves 3 transforms: playerBody, playerHTP and playerVTP which is a child object of playerHTP. I want all 3 of them to have the same rotation which is the rotation that playerBody has. So I...

View Article

Slerp bugs and other issues with turning the player character relative to a...

I'm working on a 3D platformer which uses a third person camera system in which the the camera and player essentially orbit each other, similar to what's used in most 3D Mario and Zelda games (see this...

View Article


Smooth LookAt OnTriggerEnter for static enemies

Hi, I've got a very simple setup where enemies are continually rotating until the player enters their range, at which point they need to turn towards the player. I've tried numerous Quaternion...

View Article

I cant find the issue on my code (Quaternion.Slerp)

Here is my code: public class test : MonoBehaviour { [SerializeField] [Range(0f, 5f)] float rotationSpeed; public float z_Z = 0; public bool rotating = false; private void Rotate() { //rotZ +=...

View Article

Quaternion Slerp always rotates to 180

When I press W, A, S or D, it always rotates to 180. Please help me. public Transform tf; void FixedUpdate() { if (Input.GetKey(KeyCode.W)) { tf.position += new Vector3(0f , 2f * Time.deltaTime, 0f);...

View Article


I can't get my Quaternion rotation to work

The first line of my code below makes my object follow the rotation of the object it collides with. The part after that is supposed to make the object rotate 180 degrees (go in opposite direction of...

View Article


Rotate clockwise/counterclockwise using Quaternion.Slerp()

I am using Quaternion.Slerp() to rotate an object towards player's rotation on Y axis. But if the player's rotation goes too far it changes the direction to take the shortest path. I want to rotate the...

View Article

Follow rotation on Y axis ONLY clockwise/counterclockwise.

The code I'm using now follows target position and lerps to target rotation. But when it can't catch up, it changes direction since it becomes shorter way to the target. How can I follow rotation on Y...

View Article

while player is ideally positioned it does not rotate 90 degree slowly , I am...

void LateUpdate() { if (Startmoving) { transform.position = Vector3.MoveTowards(transform.position, targetPosition, movespeed * Time.deltaTime);//movement playeranimator.SetFloat("Velocity",...

View Article

Need enemy mesh to rotate smoothly while moving along terrain

First post, and I have been teaching myself over the last month, so bear with me. ---------- I have a great enemy patrol script made up, and constructed a low poly terrain to test it on angled and...

View Article

Browsing all 133 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>