Load MD5 Models in LWJGL

Hi guys,

I was just wondering how to load MD5 models into an LWJGL (only using LWJGL, not external resource)

thnx

LucaSeem :clue:

If you don’t want to use any other library than LWJGL, you’ll have to read the MD5 format specification and write your own loader/renderer.

And if you do, be sure to post it here! :stuck_out_tongue:

ah… i think this complicates things a wee bit… :stuck_out_tongue:
and if I succeed, i will post it here