Problems with LoadAnimMesh()

Blitz3D Forums/Blitz3D Programming/Problems with LoadAnimMesh()

Andreas(Posted 2004) [#1]
Hi,

I am trying to load a .b3d file including a .jpg texture. When I use the function LoadMesh() everything works fine. When I use LoadAnimMesh() (I need Anim for the bones) it doesn't show a texture. Apart from that the loaded .b3d file does not show any surfaces (CountSurfaces(mesh) returns 0) with LoadAnimMesh() and one or two with LoadMesh().

Does anyone know how this can happen? Other .b3d's seem to work. Is it the converter that has been used or is it possible to fix that problem somehow?

Andreas