Skip to content

Commit

Permalink
BVHLoader & example (#9188)
Browse files Browse the repository at this point in the history
* Adds a BVH Loader & example #5524

* bVHLoader example fixed empty mesh errors.

* BVHLoader: replaced internal quaternions with THREE.Quaternion

* added BVHLoader example to example files

* removed arrow function notation

* BVHLoader example: replaced example animation.
  • Loading branch information
Ivo Herzig authored and mrdoob committed Jun 23, 2016
1 parent 7b6f207 commit c87ca5d
Show file tree
Hide file tree
Showing 4 changed files with 1,395 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/files.js
Expand Up @@ -77,6 +77,7 @@ var files = {
"webgl_loader_assimp2json",
"webgl_loader_awd",
"webgl_loader_babylon",
"webgl_loader_bvh",
"webgl_loader_collada",
"webgl_loader_collada_keyframe",
"webgl_loader_collada_kinematics",
Expand Down

0 comments on commit c87ca5d

Please sign in to comment.