Journaling: Day1
■私の目標 (My Goals)
・博士号取得(~2025年/3月)
Obtain a PhD (by March 2025)
・ゲーム制作(2024/10~)
Game development (from October 2024)
・麻雀プロになる(~2025/3)
Become a professional Mahjong player (by March 2025)
・TOEIC800点(2024/12/21)※現在625点
今日のやったこと
■Unity
日々勉強: 34日
「#Unity でマイクラ風ゲーム」
〇目的
キャラクターのモーション追加
〇進捗
Animリセット機能の追加:
初期位置として手足Objのlocalrotationを保存
停止時にAnimをリセット
〇学び
transform.rotationを使用すると上手くいかない。
3Dの回転にはQuaternionとオイラー角があり、
オイラー角ではジンバルロックという良くない現象が発生する。
細かな内容は理解できてないがアニメーションは実装できたので今後回転を使う時が来たら勉強する。
Daily Study: 34 days
“#Creating a Minecraft-style Game in Unity”
○ Objective
Add character motions
○ Progress
Added animation reset function:
- Saved the local rotation of limb objects as the initial position
- Reset animation upon stopping
○ Learning
Using transform.rotation
didn’t work well.
3D rotation involves Quaternions and Euler angles, and Euler angles can lead to an issue called gimbal lock.
I don’t fully understand the details yet, but I was able to implement the animation. I’ll study this further when I need to use rotation in the future.
明日やること
■研究 (Research)
Bertを用いたテキストログ異常検知の実験
学習は終わっているので、テストデータを用いて精度を評価して結果をまとめる。
Training is complete, so I’ll evaluate accuracy with test data and compile the results.
■ゲーム制作 (Game Development)
ボクセルエンジンのオブジェクト破壊・配置機能を実装
Implement the Destruction and Placement features, part of the voxel engine’s functionality.
■麻雀 (Mahjong)
雀魂で1半荘をプレイ
Play one game on Mahjong Soul
今日の感想
今日は暖かい良い天気だったので1時間ほど散歩しました。
市内の中学校では野球の試合が行われており、懐かしさを感じました。
選手の一つのミスに対して監督がバチ切れしており、この注意の仕方に意味があるか改めて考えました。
まぁ、選手は強く自責するようになり、話が入ってこず、監督も冷静な指摘が出来ず、抽象的で伝わりずらい指摘になるため、やはり起こっている時にこそ冷静にならないといけないと思いました。
I took a walk in my town today because the weather was nice.
There was a baseball game at the local junior high school, and it made me feel nostalgic.
The coach completely lost his temper over a single mistake by a player, which made me reconsider if this way of giving feedback was effective.
The player ended up blaming himself intensely, unable to fully take in what was being said, and the coach, too, couldn’t give calm, constructive feedback. As a result, the criticism became abstract and hard to understand. This made me realize that it’s crucial to remain calm, especially in moments of anger.
コメント