load3DS error

Started by 75905171, March 08, 2011, 11:00:02 AM

Previous topic - Next topic

75905171

AssetManager am = getAssets();
      InputStream is = null;
          is = am.open("f360.3DS");
          Object3D  newobject = Loader.load3DS(is, 1)[0];//error at this line, couldn't read inputStream


Is some friend can tell me why

EgonOlsen

Any exceptions in the log? What's the file size of the 3ds?