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. |