CommonKnowledge
CommonKnowledge

Reputation: 770

use .obj file from blender 2.62+, in java with Eclipse for Android openGL ES

I have looked near and far for a solution to this problem. There seems to be ways to do this using a older version of Blender. I do not want to use an earlier version of Blender, I want to use 2.62.0 and above.

Basically I want to use Blender to create objects to use in my Android applications. I will be using openGL ES in Java. The easier to implement this the better, I am not trying to re-invent the wheel here.

Could someone please give me some options that will work with blender 2.62 or a run down of the steps that need to be taken to accomplish this. I have decent experience with Java but it is getting to the point where I can no longer keep my sanity.

Last but not least ...

Thank you all here on Stack Overflow and I hope for some good posts as future reference

Upvotes: 1

Views: 4925

Answers (1)

Tim
Tim

Reputation: 35943

Are you just looking for an obj loader for android? There are several mentioned here:

Android OpenGL .OBJ file loader

Upvotes: 0

Related Questions