README.txt 635 B

123456789101112131415161718192021
  1. ev-glsl/glsl
  2. ============
  3. This folder contains the shader files for the [ev_glsl] abstraction.
  4. For each effect, there should always be a quadruplet of files:
  5. --------------------------------------------------------------
  6. * "<name>.vert" contains the vertex shader
  7. * "<name>.frag" contains the fragment shader
  8. * "<name>.ctl.pd" is an abstaction to control the shader's variables from Pd.
  9. This abstraction also contains the initial values
  10. of the shader's variables.
  11. * "<name>.reg.pd" is an abstaction containing the registers for state saving
  12. and osc communication.
  13. This abstraction also initializes these values,