Oh, i hava found the reason:
I used a debug-version-apk, it run slow. If i use release version, then run fast.
I used a debug-version-apk, it run slow. If i use release version, then run fast.
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
//onSurfaceChanged
Options options = new Options();
options.inScaled = false;
Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.raw.texture, options);
Texture texture2 = new Texture(bitmap);
TextureManager.getInstance().addTexture("m", texture2);
cube.setTexture("m");
world.addObject(cube);
Page created in 0.031 seconds with 10 queries.