packages icon

GtkGLMaterialDialog
===================

This is a library that implements a GTK+ dialog for editing material
properties for 3D objects. It shows a lit OpenGL sphere to visualize
the material. The material properties that can be edited are the same
as described by the OpenGL specification:

- Ambient color (R,G,B and A components)
- Diffuse color (R,G,B and A components)
- Specular color (R,G,B and A components)
- Emissive color (R,G,B and A components)
- Shininess or specular coefficient

The gtk_color_selection_dialog is used for editing colors.

See the 'INSTALL' file on how to compile and install the library.

The library is licensed under the GNU Library General Public License
(See 'LICENSE' file for details).