]> git.sesse.net Git - movit/blobdiff - slice_effect.h
Make SliceEffect slice from the top, not the bottom.
[movit] / slice_effect.h
index 17202d77c97577e720cf023426c8c28f095ab8c5..31a13fd60a736c5f32154080b7de4022157d67fe 100644 (file)
@@ -7,8 +7,8 @@
 // discard roles, where one does convolutions by means of many small FFTs, but
 // could also work as a (relatively boring) video effect on its own.
 //
-// Note that vertical slices happen from the bottom, not the top, due to the
-// OpenGL coordinate system.
+// Note that vertical slices happen from the top, consistent with the rest of
+// Movit.
 
 #include <GL/glew.h>
 #include <string>