www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: 75905171 on March 08, 2011, 11:00:02 am

Title: load3DS error
Post by: 75905171 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
Title: Re: load3DS error
Post by: EgonOlsen on March 08, 2011, 11:26:21 am
Any exceptions in the log? What's the file size of the 3ds?