View Full Version : 3DSMAX & 3Dexploration
Bahamut_france
03-08-2001, 11:48 PM
I'm used 3Dsmax to create my model. I'm converted it in object format: .obj with
3Dexploration. Now, how can I do to use this file with OpenGL and GLUT ?
Can I need plugins (if yes, where can I find them) ? And where can I find examples and tutorials about.
I can use other format for converted files...
Regards! http://www.opengl.org/discussion_boards/ubb/smile.gif
qonjure
03-09-2001, 12:13 AM
3d exploration can convert your model to openGL c++ code directly.
Bahamut_france
03-09-2001, 12:38 AM
I know! But i would like to have my models in object files. I want import a model in few applications. It is not good to write the same code c++ in each application...
Tim Stirling
03-09-2001, 08:46 AM
no time to discuss but here you go: glvelocity.gamedev.net
bobert
03-12-2001, 01:10 PM
on flipcode.com (great site) goto "code of the week">past code>"another 3ds importer"
just one look at the chunking system set me up to create my very own model class! http://www.opengl.org/discussion_boards/ubb/wink.gif Its great!
http://www.opengl.org/discussion_boards/ubb/cool.gifie:
3ds_obj landscape; //init
landscape.path="data\mountain2.3ds"; //anytime
landscape.render; // in drawing loop
-best of luck
bobert http://www.opengl.org/discussion_boards/ubb/cool.gif
Isn't there a really good Nate Miller(?) source code which you can use in your OpenGL programs that allows you to import .obj models? I'm sure I've got it somewhere... ah, nehe.gamedev.com has it in their tutorials section.
Hope this helps!
Yvan.
mango
03-12-2001, 08:15 PM
Perhaps do you mean Nate Robins http://www.xmission.com/~nate/smooth.html
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.