atomes 1.1.15
atomes: an atomic scale modeling tool box
|
OpenGL shaders for the atomes program. More...
#include "global.h"
Go to the source code of this file.
Macros | |
#define | GLSL(src) "#version 150\n" #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 |
OpenGL shaders for the atomes program.
Definition in file ogl_shaders.c.
#define GLSL | ( | src | ) | "#version 150\n" #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 1426 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* 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 1549 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 1365 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 1715 of file ogl_shaders.c.
const GLchar* string_color_2d |
Definition at line 1730 of file ogl_shaders.c.
const GLchar* string_vertex |
Definition at line 1374 of file ogl_shaders.c.