Bunkerbewohner / ColladaXna

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

Support Arbitrary Number of Joints #14

Closed Bunkerbewohner closed 12 years ago

Bunkerbewohner commented 13 years ago

Right now only up to four joints influencing a single vertex are imported. This was done because this way the index and weight channels could be imported as Vector4 elements. However, this restriction is not necessary.

Support for an arbitrary number of joints must be implemented (which is easily done).

Bunkerbewohner commented 12 years ago

In hindsight it might be easy but introduces a number of other limitations in the current implementation. Since usually only few blend influences are required for simple 3D models in XNA games it will stay this way for now.