Etienne Landon 83935ccf14 Import files 8 years ago
..
README.txt 83935ccf14 Import files 8 years ago
gain.ctl.pd 83935ccf14 Import files 8 years ago
gain.frag 83935ccf14 Import files 8 years ago
gain.vert 83935ccf14 Import files 8 years ago
gaussian_blur_horizontal.ctl.pd 83935ccf14 Import files 8 years ago
gaussian_blur_horizontal.frag 83935ccf14 Import files 8 years ago
gaussian_blur_horizontal.vert 83935ccf14 Import files 8 years ago
gaussian_blur_vertical.ctl.pd 83935ccf14 Import files 8 years ago
gaussian_blur_vertical.frag 83935ccf14 Import files 8 years ago
gaussian_blur_vertical.vert 83935ccf14 Import files 8 years ago
name.ctl.pd 83935ccf14 Import files 8 years ago

README.txt

ev-glsl/glsl
============

This folder contains the shader files for the [ev_glsl] abstraction.

For each effect, there should always be a triplet of files:
-----------------------------------------------------------

* ".vert" contains the vertex shader

* ".frag" contains the fragment shader

* ".ctl.pd" is an abstaction to control the shader's variables from Pd.
This abstraction also contains the initial values
of the shader's variables.