how to build 3D modeller using openGL

i’m trying to build a simple 3D modeller for my project. but so far it has been unsucessful. is there any site or anyone who as any idea to do it.

Here are a few good places to start.

www.cornflakezone.com

Originally posted by r_ariffin:
i’m trying to build a simple 3D modeller for my project. but so far it has been unsucessful. is there any site or anyone who as any idea to do it.

thanks i’ve visited the site… but it seems to complex(i’m new in opengl) … how do you do it in GLUT( the codes in site uses mfc)…i’m using GLUI and GLUT… i just need to add simple goemetry to scene.

Do have a team of programmers?

MFC may work better for a modeller because of its UI.

b

hmmm nope i doing it by myself…it is suppose to be a simple modeller for my project…

i’m trying to make my application portable for various OS. if i used MFC it may not be able to do that. I’m using GLUI as i might be able to port on LINUX.

Stick to GLUT.

A modeller can range from really simple to really complex, depending on the required functionality and UserInterface.

If you are completely new to opengl I suggest you buy the red-book, aka Opengl Programming Guide. There’re some pretty good tutorials in there.