The problem comme back about the mesh size
I'm loading the patmaba.b3d model when i ask the size of the mesh, i receive for all meshwidth, meshheight and meshdepth function the following values :
-2.00000000e+009
I'm not making scaling of the mesh. The only thing is rotate and positionentity.
Ok, i have found the trouble
BEFORE
Self.Entity = LoadAnimMesh(pFile)
REPLACED BY
Self.Entity = LoadMesh(pFile)
The size function is correctely.
You have trouble when you ar using the LoadAnimMesh function and calling the function meshwidth, meshdepth, meshheight. the values is -2.0000000e+009
So, with this last function, my mesh is badly textured.
I'm loading the patmaba.b3d model when i ask the size of the mesh, i receive for all meshwidth, meshheight and meshdepth function the following values :
-2.00000000e+009
I'm not making scaling of the mesh. The only thing is rotate and positionentity.
Ok, i have found the trouble
BEFORE
Self.Entity = LoadAnimMesh(pFile)
REPLACED BY
Self.Entity = LoadMesh(pFile)
The size function is correctely.
You have trouble when you ar using the LoadAnimMesh function and calling the function meshwidth, meshdepth, meshheight. the values is -2.0000000e+009
So, with this last function, my mesh is badly textured.