# Collada / .dae Importer

**URL:** https://forum.babylonjs.com/t/collada-dae-importer/5750
**Category:** Content creation (3dsMax, Maya, Blender, glTF)
**Created:** [September 19, 2019, 9:30pm UTC](https://forum.babylonjs.com/t/collada-dae-importer/5750 "2019-09-19T21:30:32Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Floppykittenear](https://avatars.discourse-cdn.com/v4/letter/f/a3d4f5/32.png) [@Floppykittenear](https://forum.babylonjs.com/u/Floppykittenear)
#### Post date: [September 19, 2019, 9:30pm UTC](https://forum.babylonjs.com/t/collada-dae-importer/5750/1 "2019-09-19T21:30:32Z")

</div>

Does Babylon currently have a Collada/ .dae importer? I did some searching and didn’t find anything that was current-- just some dead links on the old HTMLGameDev forums to something that may have existed in 2016

---

<div class="post-metadata">

### Author: ![sebavan](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/sebavan/32/57_2.png) [@sebavan](https://forum.babylonjs.com/u/sebavan)
#### Post date: [September 19, 2019, 9:36pm UTC](https://forum.babylonjs.com/t/collada-dae-importer/5750/2 "2019-09-19T21:36:09Z")

</div>

I am not aware of any plugins supporting DAE so far for babylon.js. Could you open them in Blender or other Edition tools and then export as GLTF/GLB instead ?

---

<div class="post-metadata">

### Author: ![Floppykittenear](https://avatars.discourse-cdn.com/v4/letter/f/a3d4f5/32.png) [@Floppykittenear](https://forum.babylonjs.com/u/Floppykittenear)
#### Post date: [September 19, 2019, 10:14pm UTC](https://forum.babylonjs.com/t/collada-dae-importer/5750/3 "2019-09-19T22:14:54Z")

</div>

I’ll try that out and see what happens

---

<div class="post-metadata">

### Author: ![Floppykittenear](https://avatars.discourse-cdn.com/v4/letter/f/a3d4f5/32.png) [@Floppykittenear](https://forum.babylonjs.com/u/Floppykittenear)
#### Post date: [September 20, 2019, 4:09pm UTC](https://forum.babylonjs.com/t/collada-dae-importer/5750/4 "2019-09-20T16:09:52Z")

</div>

That does appear to work pretty well as far as I can tell on Blender 2.8 (current)

---

<div class="post-metadata">

### Author: ![8Observer8](https://avatars.discourse-cdn.com/v4/letter/8/bbe5ce/32.png) [@8Observer8](https://forum.babylonjs.com/u/8Observer8)
#### Post date: [July 17, 2021, 7:34am UTC](https://forum.babylonjs.com/t/collada-dae-importer/5750/5 "2021-07-17T07:34:34Z")

</div>

My solution is:

- Open this editor: [three.js editor](https://threejs.org/editor/)
- Import DAE from menu
- Add a material and set a texture
- Export to GLB

I use Blender 2.67. I cannot use Blender 2.9 because of my low-end laptop: `Asus K53SV; 8 GB RAM, i3 2.2 GHertz (2 cores); Intel HD Graphics 3000; Nvidia Geforce GT 540M (1 GB); Windows 10`

Even Blender 2.68 makes my laptop noisy a little bit. Blender 2.9 makes my laptop very noisy and the temperature become very high. Blender 2.67 is perfect because very quiet and I have everything what I need from it.

---

<div class="post-metadata">

### Author: ![Stephane\_Ancelot](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/stephane_ancelot/32/13576_2.png) [@Stephane\_Ancelot](https://forum.babylonjs.com/u/Stephane_Ancelot)
#### Post date: [February 23, 2024, 7:31am UTC](https://forum.babylonjs.com/t/collada-dae-importer/5750/6 "2024-02-23T07:31:37Z")

</div>

[polyhobbyist/babylon-collada-loader (github.com)](https://github.com/polyhobbyist/babylon-collada-loader)
