“LERP LERP” Kod odpowiedzi

LERP LERP

 Quaternion lookOnLook =
        Quaternion.LookRotation(enemy.transform.position - transform.position);
 
 transform.rotation =
        Quaternion.Slerp(transform.rotation, lookOnLook, Time.deltaTime);
Innocent Ibis

LERP LERP


float smooth = 5f;

Shiny Shrew

Odpowiedzi podobne do “LERP LERP”

Pytania podobne do “LERP LERP”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu