Hi guys,
I need help with the following please. I have been looking around on google for hours and have come up empty.
My problem is I can load and animate MD2 models into Blitz3d fine, but I can't get the pcx textures that came with the models to show up. I'm doing the following..
;HORSE
horse=LoadMD2("horse.md2")
PositionEntity horse,0,1,20
RotateEntity horse,0,180,0
ScaleEntity horse,.1,.1,.1
AnimateMD2 horse,1,1,32,46
tex=LoadTexture("horse.pcx") <<< I also tried just loading a horse.jpg as a test and that doesn't show up either!..
A quick solve would be if there is a Md2 to 3ds model converter around. And if there is, does anyone know what the program is called please.