This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Description
I have tried using the toolkit for model loading and i have noticed the following:whatever the model is,the bones collection in the model class contains two bones only.I browsed the source code trying to find the one responsible for omitting the proper hierarchy but i couldn't spot the one responsible.So my question is:
-is what i have noticed the intended behaviour?Is the toolkit supposed to only use 2 bones for all models?
-if it is so,can you help me discover the culprit?I have checked the modelcompiler and the modelreader classes but they seem to load all the bones and not discard any of them.