blend-model
Note: This documentation is for the old 0.5.0 version of A-Frame. Check out the documentation for the current 1.6.0 version
Loads a three.js format JSON model containing skeletal animation blending using
THREE.BlendCharacter
. This is mainly used to represent the hand and Vive
controllers.
Example
We can load the model by pointing using the ID to an <a-asset-item>
that
specifies the src
to a file:
<a-scene> |
Values
Type | Description |
---|---|
selector | Selector to an <a-asset-item> |
string | url() -enclosed path to a JSON file |
Events
Event Name | Description |
---|---|
model-loaded | JSON model was loaded into the scene. |