Advertisement

OpenGL drawing applications

Started by September 23, 2006 08:58 AM
1 comment, last by shela 18 years, 2 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.
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.
Advertisement
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