Hello, I have an app that draws with OpenGL and now I want to export this drawing. I want to export this to a 3DStudio file and to a AVI file. Can anybody help me, please?
Bye and thanks.
Printable View
Hello, I have an app that draws with OpenGL and now I want to export this drawing. I want to export this to a 3DStudio file and to a AVI file. Can anybody help me, please?
Bye and thanks.
To do this, you would have to learn the 3ds model format, and export each vertex in your scene to this file. Then you could open it in 3ds max, and render from there.
Z.
And what about AVI files?
You would have to figure out how to export the animation of the scene from OGL to 3DSMax, and render the AVI from there.
Z.
I control the scene in OGL and I make the secuency of images with OGL. I want to save this image secuency in an AVI file directly.