This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var aachan = new Bvh(); | |
var nocchi = new Bvh(); | |
var kashiyuka = new Bvh(); | |
aachan.load({ | |
src: "./bvh/aachan.bvh", | |
complete: function(xhr) { | |
console.log("あーちゃんの BVH データ読み込み完了"); | |
nocchi.load({ | |
src: "./bvh/nocchi.bvh", |