List Of Meshes

Blitz3D Forums/Blitz3D Programming/List Of Meshes

Al Meyer(Posted 2008) [#1]
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


Beaker(Posted 2008) [#2]
Does the one child have any children?


GfK(Posted 2008) [#3]
CountChildren isn't recursive, is it?

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


Al Meyer(Posted 2008) [#4]
Well, I put the children meshes on 3DS root and it is ok now.