LookAt memo

This commit is contained in:
ousttrue
2023-08-17 16:57:24 +09:00
parent 1b10fff4db
commit 72472c3f58

View File

@@ -204,6 +204,19 @@ namespace UniVRM10
}
// TODO: look at target
//
// この Frame の LookAt 値をアップデート
//
// struct LookAtValue
// {
// LookAtTargetTypes;
//
// (float, float) YawPitch; // 一番明確
// Vector3 GazePosition; // 座標系?
// Transform GazeTarget; // 解決順のため遅延させる意図があるか
// }
//
// あとで、LookAt.Process の引き数にわたす
}
// 2. Control Rig
@@ -222,4 +235,4 @@ namespace UniVRM10
Expression.Process();
}
}
}
}