COLLADA / DAE and augmented reality
I wrote, since more than two months now, an augmented reality demo where I show that it's possible to display a DAE object (also know as COLLADA, see wikipedia) within your application.
Doing it is really easy, around 20 lines of code including comments. In 20 lines, you should be able to load the COLLADA object and to load COLLADA materials (meaning textures).
Here are the steps for you to be able to look at the demo:
- Print Marker PDFthe maker (same marker as for all my other examples)
- Download the Augmented reality displaying COLLADA applet
- That's it
So, I'm now able to display any kind of 3D object and to interact with it (as behind what you see on screen are lines of code).




