summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2023-10-12 20:07:18 +0000
committerOmar Rizwan <omar@omar.website>2023-10-12 20:07:18 +0000
commit56b622663ff4d98b58a0903f224bf781a158dbc2 (patch)
treefc774fbdca1c32d9b45d3562285452b09a71af94 /virtual-programs
parentimage: WIP: Images are starting to work. (diff)
downloadfolk-56b622663ff4d98b58a0903f224bf781a158dbc2.tar.gz
folk-56b622663ff4d98b58a0903f224bf781a158dbc2.zip
images: WIP: camera slice
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/images.folk2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/images.folk b/virtual-programs/images.folk
index 5c9e4d80..844ca119 100644
--- a/virtual-programs/images.folk
+++ b/virtual-programs/images.folk
@@ -334,7 +334,7 @@ When /someone/ wishes /p/ displays camera slice /slice/ & /p/ has region /r/ {
# set scale [expr {$Display::WIDTH / $Camera::WIDTH}]
# Use 1x scale instead of $scale so the projected tag doesn't redetect.
# TODO: Mask the tag out?
- Wish display runs [list Display::image {*}$center $slice 0 1]
+ Wish to draw an image with center $center image $slice radians 0 scale 1
}
When /someone/ wishes /p/ displays image /im/ {