Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - 75905171

#1
Support / load3DS error
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