I tried your code by myself, when I traced it, your code gave me "LoaderError". It seems that you haven't put the textures needed by your collada in the same folder. When I put all the textures of my collada, your code works, and gave me "LoaderSuccess".
Open your Collada, find "library_images" tag, and inside it, find "init_from". Make sure all the required bitmap files are in the same folder. On Wed, Nov 3, 2010 at 4:52 PM, Funky Dude <[email protected]> wrote: > Thanks for trying, but that didn't work either. I found that if I add > a cube to the stage, even before my call to load the Collada file, it > won't load so long as this line exists: > > loader.loadGeometry("earth.dae",new Collada()); > > For some reason, it not only doesn't load a Collada, but it also > prevents my other primitives from loading. -- Aji Pamungkas
