カメラモーション実装完了。ついでにMotionLibraryのカメラモーションの座標系変換ミス修正
@@ -67,8 +67,9 @@ | ||
67 | 67 | for (int i = 0; i < 3; i++) |
68 | 68 | Unknown[i] = reader.ReadByte(); |
69 | 69 | Location[2] *= CoordZ; |
70 | - Rotate[0] *= CoordZ; | |
71 | - Rotate[1] *= CoordZ; | |
70 | + Rotate[2] *= CoordZ; | |
71 | + /*Rotate[0] *= CoordZ; | |
72 | + Rotate[1] *= CoordZ;*/ | |
72 | 73 | } |
73 | 74 | } |
74 | 75 | } |