TogaGemは、3D動画制作ツール、MikuMikuDance(MMD)で用いられる各種データファイルを読み書きするためのJavaライブラリです。旧TogaParserライブラリの資産は、TogaGemライブラリに吸収されました。
Revisión | eda980b161c8834991be9a0bdc549ba1e9c7e127 (tree) |
---|---|
Tiempo | 2015-05-24 16:39:48 |
Autor | naz_o |
Commiter | naz_o |
MMDMotion に求められていた補間データのフォーマット変更
@@ -246,6 +246,13 @@ | ||
246 | 246 | |
247 | 247 | assert idx == BZXYZR_SIZE; |
248 | 248 | |
249 | + yP1x = this.motionIntplt[idx++]; | |
250 | + zP1x = this.motionIntplt[idx++]; | |
251 | + rP1x = this.motionIntplt[idx++]; | |
252 | + | |
253 | + xP1y = this.motionIntplt[idx++]; | |
254 | + | |
255 | + | |
249 | 256 | this.handler.vmdBoneIntpltXpos(xP1x, xP1y, xP2x, xP2y); |
250 | 257 | this.handler.vmdBoneIntpltYpos(yP1x, yP1y, yP2x, yP2y); |
251 | 258 | this.handler.vmdBoneIntpltZpos(zP1x, zP1y, zP2x, zP2y); |