Bunkerbewohner / ColladaXna

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

Correctly convert custom effects #9

Open Bunkerbewohner opened 13 years ago

Bunkerbewohner commented 13 years ago

COLLADA supports custom effects (e.g. HLSL shaders) with arbitrary parameter bindings. These are already loaded, but not yet converted to the XNA ContentModel. For this there might be a content processor needed which creates the corresponding Effect instances.