Cpsed, a Linux OpenGL 3D scene editor

Cpsed IS NOT a 3D modelling software, if you are looking for such a program please click here, here, here and here
   If you need a .dff Renderware modelling software you can use Blender with the GTA python script
qt opengl, qt opengl widget, linux opengl scene editor, linux 3d editor, linux 3d scene editor, linux opengl 3d scene editor,linux opengl examples,linux opengl example, qt linux opengl example, qt linux opengl examples, linux dff loader, c++ dff loader, dff format, dff renderware format, dff format specs, linux c++ dff loader, dff opengl loader
qt opengl, qt opengl widget, linux opengl scene editor, linux 3d editor, linux 3d scene editor, linux opengl 3d scene editor,linux opengl examples,linux opengl example, qt linux opengl example, qt linux opengl examples, linux dff loader, c++ dff loader, dff format, dff renderware format, dff format specs, linux c++ dff loader, dff opengl loader

11/29/04: Cpsed 0.4 released. Changelog:

11/02/04: Cpsed 0.3 released. Changelog:

10/27/04: For those who use gcc 3.3.2 or gcc 3.3.3 and got this:
glwindow.cpp:144: error: ambiguous overload for 'operator=' in 'this->GlWindow::Copy_of_filename = dummyfilename
Please change the line 144 of file glwindow.cpp as: Copy_of_filename = dummyfilename.latin1();
It should fix the error.

10/26/04: Cpsed 0.2 released.
Cpsed allows you to build your 3D scene in OpenGL by importing 3d models with textures (BMP/JPG/TGA) and positioning, rotating and scaling each of them.
Cpsed supports .3ds AutoDesk format and .dff RenderWare format. The 3ds models produced by 3 Studio Max 6 are badly displayed because the 3ds format has changed a bit in this release. If you have a loader for 3ds format version 6 I will be glad to use it. A simple camera is provided to ease the positioning of the models into the scene. The file format used to save the scene is pure ASCII, all the values are comma separated.

You need QT library 3.2.x and jpeg library to compile Cpsed. Just issue qmake and then make.

I'm sorry for the poor layout of Cpsed's site but I do not have time to beautify it.

Download source tarball of Cpsed 0.4 from Sourceforge.net
Download Cpsed 0.4 tgz for Slackware courtesy of Lorys of www.slacky.it

Please give me suggestions, bug reports and what else to Colossus