モーションキャプチャデータを試してみた
Created|Updated|develop

モーションキャプチャデータBVH をB-MoMi でVMD に変換して動かしてみた
さすがに動きが自然でなめらかだ
http://atupdate.web.fc2.com/
Related Articles
2010-07-11
irrmmd で遊んでみた
やばい 止まれない 止まらない!!WoW のカメラ(W+S で前進&後退、A+D or 右ドラッグで旋回、左ドラッグで視点変更)っぽいAnimator を作ってみた多謝: Irrlicht A Go Go のひと、ARTK_MMD のひと、irrmmd のひと
2014-01-12
MikuMikuPenguin
https://github.com/sn0w75/MikuMikuPenguin ニコニコ動画でMikuMikuPenguin が公開されていたので、試してみました。作成者の方に感謝です。今後に期待ですね。 実行環境 項目 環境 ディストロ Ubuntu GNOME 14.04 a1 デスクトップ環境 GNOME Shell 3.11.3 Linux カーネル 3.12.0 コンパイラ gcc/g++ 4.8.2 ビデオカード GeForce GTX 560 Ti/PCIe/SSE2 前提ライブラリ等確か、こんな感じで入れたと思う。 $ sudo apt-get install git dialog automake autoconf libtool libglfw-dev libBullet-dev libglm-dev libSOIL-dev libSDL2-dev libsdl2-mixer-dev ビルド$ ./configure$ make -j4 実行$ ./pmxThis is PMXViewe...
2010-07-11
Irrlicht IRC & Twitter
Irrlicht, libIRC, tircd, IrrlichtML, irrUString を混ぜてみたhttp://libirc.sourceforge.net/http://code.google.com/p/tircd/多謝: IrrlichtML のひと、irrUString のひと

2015-02-23
Irrlicht on Raspberry Pi 2
http://ktkr3d.github.io/irrlicht/https://github.com/ktkr3d/irrlicht-sandbox Raspberry Pi 2 でIrrlicht Engine を動かしてみよう! Irrlicht Engine のビルドhttp://sourceforge.net/p/irrlicht/code/HEAD/tree/trunk/からソースを取得 $ cd source/Irrlicht$ make -j4 HelloWorld は普通に動きました。trunk から持ってきたけれど、ogl-es から持ってきた方がよかったかな。 Demo プログラムGL/SL, Sound, MMD のデモを試してみます。 $ git clone https://github.com/ktkr3d/irrlicht-sandbox.git XEffects のデモをexamples ディレクトリに展開します。 cAudio Build$ git clone https://github.com/R4stl1n/cAudio...
2012-06-30
Irrlicht 1.8 trunk + XEffects
Irrlicht 1.8 trunk でXEffects の影が有効にならなくなっていたので、XEffects のヘッダを修正してみた。Irrlicht 側のインタフェースが変わったのが原因かな。Irrlicht 1.8 ではXEffects を使っても画像が反転しないし、CGUITTFONT とも同時に使えるし、便利になったなぁ。環境はUbuntu 12.04 x86_64 + Irrlicht 1.8 trunk (SVN rev: 4170 ) + XEffects v1.3。 EffectCB.hvirtual void OnSetConstants(irr::video::IMaterialRendererServices* services, irr::s32 userData){ if(services->getVideoDriver()->getDriverType() == irr::video::EDT_OPENGL) {// irr::f32 TexVar = 0; irr::s32 TexVar = 0;// ser...

2022-07-28
Neutralinojs + Nuxt3 + Three.js
https://threejs.org/https://github.com/ktkr3d/neutralinojs-nuxt3Nuxt3 でThree.js を利用して3Dオブジェクトを描画してみました。 https://github.com/mrdoob/three.js/blob/dev/examples/webgl_loader_mmd.htmlhttps://github.com/ktkr3d/neutralinojs-nuxt3 MMD のサンプルが掲載されていたのでNuxt3 に移植してみました。PMDファイルとVMDファイルは以下の階層に配置します。 nuxt3-src/public/miku/miku_v2.pmd nuxt3-src/public/vmds/wavefile_v2.vmd 適当に組み込んだら動きました。まだ途中です。今日はここまで。 PMD: Lat さん、Lat式ミクVer.2.31 VMD: せっけんP さん、恋愛サーキュレーション モーション 構築npm inst...
Comments
Recent Posts