]> git.tdb.fi Git - libs/gl.git/commit
Restore user clip planes in a form compatible with modern OpenGL
authorMikko Rasa <tdb@tdb.fi>
Fri, 12 Aug 2016 20:31:47 +0000 (23:31 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 12 Aug 2016 20:38:02 +0000 (23:38 +0300)
commit9b685afdaac3952bab7a49410bdf7f6b3cf67c6f
treefefb6cae952c1e9cacb83fc2c6503a9020ee4c52
parentaa4d7203c90083af7fbcbe8368e55ad2f29d5ff1
Restore user clip planes in a form compatible with modern OpenGL

They work much the same as lights, with the ability to add uniforms to a
ProgramData object.
source/clipping.cpp [new file with mode: 0644]
source/clipping.h [new file with mode: 0644]
source/clipplane.cpp [new file with mode: 0644]
source/clipplane.h [new file with mode: 0644]
source/clipunit.cpp [new file with mode: 0644]
source/clipunit.h [new file with mode: 0644]