Skip to content

Commit

Permalink
Add copyright to barrel distortion shader
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo98 committed Nov 14, 2015
1 parent 7097eb6 commit e8575dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions barrel-distortion.glsl
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
// barrel distortion only shader from davej
// http://blog.petrockblock.com/forums/topic/help-with-opelgl-barrel-distortion/#post-106535

/* COMPATIBILITY
- GLSL compilers
*/

/*
barrel-distortion
Copyright (C) 2015 davej
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
*/

#if defined(VERTEX)
uniform mediump mat4 MVPMatrix;
attribute mediump vec4 VertexCoord;
Expand Down

0 comments on commit e8575dc

Please sign in to comment.