V-Sekai / three-vrm-1-sandbox-mixamo

This is an example of reading the motion capture data from Mixamo and running it through three-vrm to create a virtual character.

Home Page:https://v-sekai.github.io/three-vrm-1-sandbox-mixamo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

three-vrm-1-sandbox-mixamo

Mixamo のモーションを読み込み、VRMモデルを動かすexampleです。

Reference

Originally hosted at https://glitch.com/edit/#!/three-vrm-1-sandbox-mixamo

ファイル構成

  • README.md - 説明書。このファイル
  • index.html - HTMLファイル。外部スクリプトの読み込みと最小限のスタイル
  • loadMixamoAnimation.js - mixamoのアニメーションを読み込み、VRM向けに調整したものを返す関数です
  • loadVRM.js - VRMを読み込む関数 loadVRM が定義されています
  • main.js - メインの手続きが記述されています
  • mixamoVRMRigMap.js - mixamoのリグ名とVRMのHumanoidボーン名をマッピングするオブジェクトです

License

MIT

About

This is an example of reading the motion capture data from Mixamo and running it through three-vrm to create a virtual character.

https://v-sekai.github.io/three-vrm-1-sandbox-mixamo/

License:MIT License


Languages

Language:JavaScript 91.4%Language:HTML 8.6%