🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

OpenGL drawing applications

Started by
1 comment, last by shela 17 years, 9 months ago
Is there any OpenGL drawing softwares whereby the application will convert the drawings into OpenGL codes. i.e. { glBegin(GL_TRIANGLES); glVertex3f( 0.0f, 1.0f, 0.0f); glVertex3f(-1.0f,-1.0f, 0.0f); glVertex3f( 1.0f,-1.0f, 0.0f); glEnd(); } If there is, pls help me list some of the softwares (some free or some commercial). Maybe some which i can draw a 3D bluepint of a house. Thanks in advances.
Advertisement
I know that crossroads 3D can convert 3d geometry to c style arrays, it's not strictly opengl code, but it will do it's job.
the only downside is that it takes up a lot of space in the exe file.
Hmmm.. Or is there any library which i can use to load some of the 3D files format?

If yes, pls help by listing down and how do I go about using it?

This topic is closed to new replies.

Advertisement