android - Export BLENDER model into an OpenGL geometry inside a C++ header file -


i'm developing android application.

i have 3d model drawn blender. know if there way export model opengl geometry?

i'm going use c++ code load model , draw opengl. if know better choice, please tell me.

there no such format defined opengl geometry. have create own structures store , manage vertices , triangles.

if don't want use third party loader, easiest thing using wavefront obj format. it's simple parse, , can export models blender can export obj natively.

if don't feel starting scratch, can use very basic obj loader opengl. download here.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -