Bunkerbewohner / ColladaXna

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

Convert Extra Texture Maps to XNA Content Model #3

Closed Bunkerbewohner closed 13 years ago

Bunkerbewohner commented 13 years ago

Even though the underlying ColladaModel class imports not only diffuse texture maps, but also specular maps, environment maps, normal maps and opacity maps, only simple diffuse texture maps are converted to the XNA content model within the pipeline extension right now.

Therefore conversion of these texture maps to the XNA content model has to be implemented (I personally don't know how to do that right now).

Bunkerbewohner commented 13 years ago

Texture maps are now generically added to the OpaqueData dictionaries of both MeshContent and MaterialContent nodes. This is compatible to the Normal Mapping sample from App Hub.