DAE File
Collada 3D Model (.dae)
What is a DAE file?
A DAE file is a Collada 3D model file used for exchanging 3D assets between different programs. It can store geometry, materials, textures, cameras, lights, and sometimes animation. DAE is XML-based, so it’s readable but can be larger than binary formats.
Common uses
- Sharing 3D models between different software
- Import/export for 3D scenes (geometry + materials)
- Moving models from SketchUp and similar apps
- Archiving scenes in a readable interchange format
- 3D visualization pipelines (varies by tool)
How to open a DAE file
- 3D tools: Blender, SketchUp, Maya, and many others (import support varies)
- View: DAE viewers can preview the model
- Tip: Keep texture images in the same folder so materials load correctly
Common problems
- Missing textures because image paths are broken
- Different apps interpret materials/lighting differently
- Animations may not transfer cleanly across tools
- Large scenes can be slow to parse (XML)
- Units/scale/orientation can change after import
History
Collada (DAE) was designed as a vendor-neutral way to exchange 3D assets. It became common for moving models between tools when you need more than just a mesh.