April 22nd, 2009 02:06 PM
#1
file.obj and opengl
Hello everyone!
I have problem with
import file. obj and save it informations in a data structure (using c++) and draw with opengl
for exemple
if we have
this file
http://people.sc.fsu.edu/~burkardt/data/obj/cube.obj
it must with the program c++ and opengl be
like this
http://people.sc.fsu.edu/~burkardt/data/obj/cube.png
April 23rd, 2009 12:18 PM
#2
Re: file.obj and opengl
Since obj files simply store polygons, it's pretty much just a file parsing problem. Taking the OpenGL step (at least the easiest way of doing it) after that is pretty trivial.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks