I am trying to load a 3ds .max object onto the stage. Below is the code i have, what are somethings i can do to determine if the object loaded or not?
playerCharacter = Max3DS.load("models/sudoChar.max",
{ material:"red#black", name:"turtle", scaling:1, y:50, x:0, z:0,
rotationX:-90, loadersize:300});
view.scene.addChild(playerCharacter);
view.render();
thanks
