Superficie (surface) is a little program for viewing and doing basic manipulation of 3D surfaces. It reads a file with the data and displays the object in a window, so you can interact with it.
| Tags | Desktop Environment GNOME multimedia Graphics |
|---|---|
| Licenses | GPL |
Recent releases


Changes: Saving to an image via imlib, users can create groups of objects, a new option to make an object "invisible", some GUI reorganization, changes to the default colors, an incorporated interface with scheme, updates to the Octave inteface, and moving child objects is somewhat broken (it will be fixed in the next release).


Changes: XML is now used in the file format, the interface with yacas and mathematica has been changed, and bugs have been fixed.


Changes: An export to PostScript, better integration with GNOME (help files, desktop files, etc.), a spec file to generate RPMs, and Spanish documentation.


Changes: Up to 8 light sources, more object types (triangle mesh, lines, polygons, points), mouse-selectable objects, and the ability to display surfaces and curves generated by Yacas.


Changes: Added a little interface with Yacas, lots of bug fixes.
- All comments
Recent commentscompiling 0.7.0 on patato
Message from Juan about compiling error in light.cc on debian patato:
I think it has to do with gcc 2.95. I should check in the configure script for the version of gcc. By now, you can do this:
make clean
export CXXFLAGS='-fpermissive'
./configure
make
It worked for me, so I thought I'd share.