<a-collada-model>

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

The COLLADA model primitive displays a 3D COLLADA model created from a 3D modeling program or downloaded from the web.

Example

<a-scene>
<a-assets>
<a-asset-item id="tree" src="tree.dae"></a-asset-item>
</a-assets>

<!-- Using the asset management system. -->
<a-collada-model src="#tree"></a-collada-model>

<!-- Defining the URL inline. Not recommended but more comfortable for web developers. -->
<a-collada-model src="tree.dae"></a-collada-model>
</a-scene>

Attribute

Attribute Component Mapping Default Value
src collada-model.src null