Author Topic: load3DS error  (Read 3266 times)

Offline 75905171

  • byte
  • *
  • Posts: 1
    • View Profile
load3DS error
« on: March 08, 2011, 11:00:02 am »
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

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: load3DS error
« Reply #1 on: March 08, 2011, 11:26:21 am »
Any exceptions in the log? What's the file size of the 3ds?