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.


Topics - 75905171

Pages: [1]
1
Support / 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

Pages: [1]