Stacker17
Stacker17

Reputation: 11

three.js fbxloader example 99% success

This example page https://threejs.org/examples/#webgl_loader_fbx shows a model bot dancing samba. How can I get my hands on the model used by this page ? I downloaded my own from mixamo.com and it gets loaded w/o problems, seems to have all the animations and mixers, but I do not see the dancing bot character (the screen changes color to the colors of the bot once the scenes.add(object) is executed). Am doing this with Angular6 and it really works very well with it. Any help would be greatly appreciated.

Upvotes: 0

Views: 1709

Answers (1)

Don McCurdy
Don McCurdy

Reputation: 11980

The three.js FBX example models are hosted here: https://github.com/mrdoob/three.js/tree/dev/examples/models/fbx

Upvotes: 2

Related Questions