views:

51

answers:

0

I develop a 2D to 3D android application. but It will not work Anyway I've used this library

import javax.microedition.khronos.egl.EGLConfig;
import javax.microedition.khronos.opengles.GL10;

import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.opengl.GLSurfaceView;
import android.opengl.GLU;
import android.opengl.GLUtils;

Could you recommend some code I want to achieve?

android goal