but error still occur. Is there any idea?
Is there another method that load big serialized md2 file?
Is there another method that load big serialized md2 file?
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 MenuInputStream fis = new FileInputStream("obj.md2");
OutputStream fos = new FileOutputStream("obj.ser");
DeSerializer de = new DeSerializer();
Object3D myobj = Loader.loadMD2(fis, 1);
myobj.build();
de.serialize(myobj, fos, true);
Object3D obj = Loader.loadSerializedObject(con.getResources().openRawResource(R.raw.obj));
Page created in 0.023 seconds with 13 queries.