Loader

Note: This documentation is for the old 0.1.0 version of A-Frame. Check out the documentation for the current 1.5.0 version

The loader component defines the appearance of the entity by loading in a 3D model.

Note that this component may be subject to change due to design decisions and support landing for the GLTF format.

<a-entity loader="src: monster.dae; format: collada"></a-entity>
Property Description
format Format of the 3D model asset (either collada or obj).
src URL to a 3D asset.