Work towards doing transformations using uniforms

This commit is contained in:
2021-02-25 03:41:19 +01:00
parent 1969aa4f4a
commit 32bfab2e02
14 changed files with 310 additions and 205 deletions
+2
View File
@@ -54,6 +54,8 @@ data Picture
| SetDepth Float Picture
| Color RGBA Picture
| Pictures [Picture]
| OverPos (Point3 -> Point3) (Float -> Float) Picture
blank :: Picture
{-# INLINE blank #-}