List Of Meshes

Blitz3D Forums/Blitz3D Programming/List Of Meshes

I have a 3DS with several meshes inside. I´loading with LoadAnimMesh, but I only can see the ROOT mesh, and CountChildren is returning only number 1 (one). I´m shure I´m using the correct 3DS, because other apps, libe Philax B3DViewer is showing all the meshes. Any tip? Thanks

Does the one child have any children?

CountChildren isn't recursive, is it?

Beaker - didn't you write a function to solve this one years ago?

Well, I put the children meshes on 3DS root and it is ok now.