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
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