Hey guys, i’ve loaded a model onto my scene and for some reason there is a series of black dots above the model and a diamond-like shape sticking out of its back :/
At first i thought it was the texture that was being messed up, so i took it out and reloaded, but still :(.
See following to see what i’m talking about : http://dl.dropbox.com/u/15353094/model_weird.png
and this is the code that i’m using to load the model :
player_loader = new Loader3D();
player_loader.addOnSuccess(on_load_success);
player_loader.addOnError(on_load_error);
player_loader.loadGeometry("assets/player/soccer_player.3ds",max3ds);
scene.addChild(player_loader);
player_loader.rotationX = 90;