일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- Quaternion
- 픽셀
- setItem
- topdown
- 탑다운
- Lerp
- 2D
- intervals
- Event
- 도린이
- getItem
- 코딩
- 연습
- 회전
- Unity
- javascript
- vsCode
- className
- 웹스크래핑
- 종속변수
- PYTHON
- click
- 자주 사용하는 Quaternion 함수
- wsl
- jQuery
- addEventListener
- euler
- classList
- 독립변수
- 도트
- Today
- Total
목록euler (2)
쫑가 과정
3. Quaternion.Euler https://docs.unity3d.com/ScriptReference/Quaternion.Euler.html Unity - Scripting API: Quaternion.Euler Description Returns a rotation that rotates z degrees around the z axis, x degrees around the x axis, and y degrees around the y axis; applied in that order. Description Returns a rotation that rotates z degrees around the z axis, x degrees around the x ax docs.unity3d.com p..

https://docs.unity3d.com/kr/530/Manual/QuaternionAndEulerRotationsInUnity.html 유니티 - 매뉴얼: Rotation and Orientation in Unity 임의의 게임 플레이 요소 추가 Rotation and Orientation in Unity Summary Rotations in 3D applications are usually represented in one of two ways, Quaternions or Euler angles. Each has its own uses and drawbacks. Unity uses Quaternions internally, docs.unity3d.com 회전은 복잡하다. 그래서 정리가 필요하다. ..