OpenGL drawing applications
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.
the only downside is that it takes up a lot of space in the exe file.
www.flashbang.se | www.thegeekstate.com | nehe.gamedev.net | glAux fix for lesson 6 | [twitter]thegeekstate[/twitter]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement