Go to the source code of this file.
Functions | |
void | main (void) |
VMD Vertex Shader. More... | |
Variables | |
uniform int | vmdprojectionmode |
perspective=1 orthographic=0. More... | |
uniform int | vmdtexturemode |
VMD texture mode. More... | |
varying vec3 | oglnormal |
output interpolated normal to frag shader. More... | |
varying vec3 | oglcolor |
output interpolated color to frag shader. More... | |
varying vec3 | V |
output view direction vector. More... |
|
VMD Vertex Shader.
Definition at line 42 of file vmd.vert. References dot, oglcolor, oglnormal, V, vmdprojectionmode, and vmdtexturemode. |
|
output interpolated color to frag shader.
Definition at line 36 of file vmd.vert. Referenced by main. |
|
output interpolated normal to frag shader.
Definition at line 35 of file vmd.vert. Referenced by main. |
|
output view direction vector.
Definition at line 37 of file vmd.vert. Referenced by main. |
|
perspective=1 orthographic=0.
Definition at line 29 of file vmd.vert. Referenced by main. |
|
VMD texture mode.
Definition at line 30 of file vmd.vert. Referenced by main. |