Try to fuse functions over pictures (overPos and overCol)

This commit is contained in:
2021-03-01 12:36:57 +01:00
parent bb05bcaaf1
commit f68b8be9ce
3 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ data Picture
| SetDepth Float Picture
| Color RGBA Picture
| Pictures [Picture]
| OverPos (Point3 -> Point3) (Float -> Float) Picture
| OverPic (Point3 -> Point3) (Float -> Float) (Point4 -> Point4) Picture
blank :: Picture