Render with Collada Dom?

Is it possible to render COLLADA’s geometries using COLLADA DOM? Give me an example please!

If its not possible, how can I do it rendering with openGL?

Waiting for answers… Thx

It is not possible to render straight from the DOM data structures.
We will be releasing some sample code/helper library called the COLLADA RT shortly. It shows how to convert the DOM data structures into openGL renderable data.

The COLLADA specification explains how the data is organized. You can start there to know how to turn it into something meaningful for you.

There is also the FCOLLADA libraries provided by FeelingSoftware which is a higher level library which does load COLLADA into renderable data.

-Andy

You will find FCOLLADA here.