Class for load 3d model in obj format

  • Follow


How in subject, i'm a beginner and i'm looking for a class that can load 
any obj file, and draw in opengl.
Thanks.


                Marco Ricciardelli
0
Reply padul 5/25/2006 7:26:20 PM

padul ha scritto:
> How in subject, i'm a beginner and i'm looking for a class that can load 
> any obj file, and draw in opengl.
> Thanks.
> 
> 
>                Marco Ricciardelli

I want add that i'm using opengl with linux....thanks
0
Reply padul 5/25/2006 8:07:03 PM


Google is your friend.

http://resumbrae.com/ub/dms423_f04/20/OBJFile.py

0
Reply simonwittber 5/26/2006 6:16:21 AM

simonwittber@gmail.com ha scritto:
> Google is your friend.
> 
> http://resumbrae.com/ub/dms423_f04/20/OBJFile.py
> 

In what language is written? I'm lokking for a c++ class....thanks.

  Marco
0
Reply padul 5/26/2006 8:36:48 AM

Marco,

At least have a read of the code. If you need to, you can very easily
convert it to C++.

0
Reply joseph 5/27/2006 2:45:04 AM

There is an OBJ reader/writer written by Nate Robins in the GLUT source
package. Please check glm.h and glm.c under "prog/demos/smooth"
directory. It is only C implementation though.

Also check
http://www.gametutorials.com/
You may find a C++ class for OBJ loader.
==song==

0
Reply song 5/27/2006 4:15:04 PM

5 Replies
519 Views

(page loaded in 0.11 seconds)

Similiar Articles:













7/23/2012 10:34:04 AM


Reply: