Hello!
Does anybody know how to load file that contains multi elements? I try to use Loader3D class to load file in .obj format. When I use only one object in scene - all is ok, 3D model is parsed, but when I create a file with a few child objects - only one of them loads to flash and loader3D.loader.numChildren == 1. I am sure that my file contains a few sub models (I checked it). What I do wrong?
Thanks!