Creating 3D scenes

Is there a drawing program that let’s create a 3D scene, then spits out opengl code for the scene?
Are something to convert say a POVray scene file into a opengl code.
Oh and that is free…
run on windows 95/98

try:
http://www.stmuc.com/thbaier

this takes a 3d scene and outputs openGL code.

However, i think its probably a better idea to make a program that can read a 3d scene file into an array/structure. You then use this to draw your objects in openGL. this way the object/scene is not hard coded