Documentation for Loaders and Xith3D

Does anyone have a link for the documentation of the loaders that are downloadable from the Xith website?
I have looked through the md2 zip file and have seen nothing to explain how the loader. Am I missing something that explains it? Also, is there a place to download the HTML Javadocs of the Xith3D API in a zip or tar? I would like to not have to go online all the time while looking up things.
Thanks in advance.

unless I am mistaken - the javadocs are in every community build on xith.org

I can’t talk for third-party loaders however.

In many cases due to lack of javadocs - you have to code by looking at examples and the actual source. Not ideal, but that’s what we have.

Will.

Agreed, in the case of the MD2 loader there is a file packed with the distribution called MD2Test which should show you how to load, setAnimation and interpolte between frames using the loader interface.

Kev