Is it possible to create a simple 3D model (for example in 3DS MAX) and then import it to Android?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s where I got to:
int vertices[] = context.getResources().getIntArray(R.array.vertices);gl.glDrawElements(GL10.GL_TRIANGLES, 212*6, GL10.GL_UNSIGNED_SHORT, mIndexBuffer);– you can find that number (212 in this case) on top of the OFF fileHere you can find my project page, which uses this solution: Github project > vsiogap3d