I’m making an app for android, and I have drawn a triangle, I can rotate it but not move it! my question why? Say if you need more info! Source Code: package com.uraniumdevs.projectx; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.FloatBuffer; import java.nio.ShortBuffer; import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.opengles.GL10; import android.opengl.GLES20; import android.opengl.GLSurfaceView; import android.opengl.Matrix; import android.util.Log; public class [...]
The post OPENGL ES 2.0 translate (move object) appeared first on BlogoSfera.