Bunkerbewohner / ColladaXna

Collada Importer for XNA (Work in Progress)
https://github.com/Bunkerbewohner/ColladaXna/wiki
MIT License
15 stars 3 forks source link

Provide Additional Scene Information? #6

Closed Bunkerbewohner closed 13 years ago

Bunkerbewohner commented 13 years ago

The XNA content model and Model class do not cover the whole COLLADA specification. For example COLLADA files also can define lights and cameras, which are obviously not part of a Model but of a complete scene.

Maybe a Scene content class could be created which contains these information and also references Models as its elements. So when you load the Scene object via the ContentManager you get use the information to render the whole scene with an existing engine (such as SunBurn).

But maybe this is simply not needed and it is enough to just import single Model entities.

Bunkerbewohner commented 13 years ago

Duplicate.