👍️[Update] Model : overlay 左手周りの処理を追加

- HMD,左手の初期値を追加
- 初期値からの変化量をUIから調整できるように変更
- quaternionは不要なため、削除
This commit is contained in:
misyaguziya
2024-05-15 12:58:58 +09:00
parent 212a3e62d1
commit 095eaac420
5 changed files with 183 additions and 51 deletions

View File

@@ -1072,8 +1072,8 @@ class Config:
self._ENABLE_OVERLAY_SMALL_LOG = False
self._OVERLAY_SMALL_LOG_SETTINGS = {
"x_pos": 0.0,
"y_pos": -0.41,
"depth": 1.0,
"y_pos": 0.0,
"depth": 0.0,
"x_rotation": 0.0,
"y_rotation": 0.0,
"z_rotation": 0.0,