|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
OpenGL shaders for the atomes program. More...
#include "global.h"
Include dependency graph for ogl_shaders.c:Go to the source code of this file.
Macros | |
| #define | GLSL(src) |
Variables | |
| const GLchar * | point_vertex |
| const GLchar * | point_color |
| const GLchar * | line_vertex |
| const GLchar * | axis_line_vertex |
| const GLchar * | line_color |
| const GLchar * | line_stipple |
| const GLchar * | angle_vertex |
| const GLchar * | angle_stipple |
| const GLchar * | line_stipple_color |
| const GLchar * | angle_color |
| const GLchar * | full_vertex |
| const GLchar * | full_color |
| const GLchar * | sphere_vertex |
| const GLchar * | axis_sphere_vertex |
| const GLchar * | gs_cylinder_vertex |
| const GLchar * | cylinder_vertex |
| const GLchar * | cone_vertex |
| const GLchar * | cap_vertex |
| const GLchar * | gs_cylinder_geom |
| const GLchar * | axis_cylinder_geom |
| const GLchar * | polyedron_vertex |
| const GLchar * | polyedron_geom |
| const GLchar * | polyedron_color |
| const GLchar * | pick_color |
| const GLchar * | string_vertex |
| const GLchar * | angstrom_vertex |
| const GLchar * | degree_vertex |
| const GLchar * | string_color |
| const GLchar * | string_color_2d |
| const GLchar * | background_vertex |
| const GLchar * | background_linear |
| const GLchar * | background_circular |
OpenGL shaders for the atomes program.
Definition in file ogl_shaders.c.
| #define GLSL | ( | src | ) |
Definition at line 41 of file ogl_shaders.c.
| const GLchar* angle_color |
Definition at line 343 of file ogl_shaders.c.
| const GLchar* angle_stipple |
Definition at line 154 of file ogl_shaders.c.
| const GLchar* angle_vertex |
Definition at line 141 of file ogl_shaders.c.
| const GLchar* angstrom_vertex |
Definition at line 1425 of file ogl_shaders.c.
| const GLchar * axis_cylinder_geom |
Definition at line 939 of file ogl_shaders.c.
| const GLchar* axis_line_vertex |
Definition at line 93 of file ogl_shaders.c.
| const GLchar* axis_sphere_vertex |
Definition at line 711 of file ogl_shaders.c.
| const GLchar* background_circular |
Definition at line 1789 of file ogl_shaders.c.
| const GLchar* background_linear |
Definition at line 1753 of file ogl_shaders.c.
| const GLchar* background_vertex |
Definition at line 1742 of file ogl_shaders.c.
| const GLchar* cap_vertex |
Definition at line 830 of file ogl_shaders.c.
| const GLchar* cone_vertex |
Definition at line 788 of file ogl_shaders.c.
| const GLchar* cylinder_vertex |
Definition at line 748 of file ogl_shaders.c.
| const GLchar* degree_vertex |
Definition at line 1548 of file ogl_shaders.c.
| const GLchar* full_color |
Definition at line 381 of file ogl_shaders.c.
| const GLchar* full_vertex |
Definition at line 359 of file ogl_shaders.c.
| const GLchar* gs_cylinder_geom |
Definition at line 869 of file ogl_shaders.c.
| const GLchar* gs_cylinder_vertex |
Definition at line 737 of file ogl_shaders.c.
| const GLchar* line_color |
Definition at line 106 of file ogl_shaders.c.
| const GLchar* line_stipple |
Definition at line 115 of file ogl_shaders.c.
| const GLchar* line_stipple_color |
Definition at line 327 of file ogl_shaders.c.
| const GLchar* line_vertex |
Definition at line 80 of file ogl_shaders.c.
| const GLchar* pick_color |
Definition at line 1364 of file ogl_shaders.c.
| const GLchar* point_color |
Definition at line 59 of file ogl_shaders.c.
| const GLchar* point_vertex |
Definition at line 43 of file ogl_shaders.c.
| const GLchar* polyedron_color |
Definition at line 1060 of file ogl_shaders.c.
| const GLchar* polyedron_geom |
Definition at line 1017 of file ogl_shaders.c.
| const GLchar* polyedron_vertex |
Definition at line 1005 of file ogl_shaders.c.
| const GLchar* sphere_vertex |
Definition at line 686 of file ogl_shaders.c.
| const GLchar* string_color |
Definition at line 1714 of file ogl_shaders.c.
| const GLchar* string_color_2d |
Definition at line 1729 of file ogl_shaders.c.
| const GLchar* string_vertex |
Definition at line 1373 of file ogl_shaders.c.