Hi, after many attempts, I have the same problem on every type of 3d object (.x .3ds .obj etc ..)
it does not give any error, simply if I start the command For example:
LoadObjectWithChildren (1, "\ object.3ds")
LoadImage (1, "\ skin.jpg")
SetObjectImage (1,1,0)
PlayObjectAnimation (1, "", 0,40,1)
...
object.3ds will be loaded animated always gray with no texture.
instead if I load the object with
LoadObject (1, "\ object.3ds")
LoadImage (1, "\ skin.jpg")
SetObjectImage (1,1,0) ...
The object is loaded correctly including texture.