File: mandelbrot.shtest

package info (click to toggle)
mesa 7.7.1-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 98,864 kB
  • ctags: 137,548
  • sloc: ansic: 736,522; cpp: 32,250; xml: 11,831; python: 10,446; asm: 8,599; makefile: 4,731; sh: 3,708; yacc: 2,226; lex: 495
file content (13 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
vs CH18-mandel.vert
fs CH18-mandel.frag
uniform LightPosition        GL_FLOAT_VEC3 0.1 0.1 9.0
uniform SpecularContribution GL_FLOAT 0.5
uniform DiffuseContribution  GL_FLOAT 0.5
uniform Shininess            GL_FLOAT 20.0
uniform Iterations           GL_FLOAT 12
uniform Zoom                 GL_FLOAT 0.125
uniform Xcenter              GL_FLOAT -1.5
uniform Ycenter              GL_FLOAT .005
uniform InnerColor           GL_FLOAT_VEC3 1 0 0
uniform OuterColor1          GL_FLOAT_VEC3 0 1 0
uniform OuterColor2          GL_FLOAT_VEC3 0 0 1