From 56b622663ff4d98b58a0903f224bf781a158dbc2 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Thu, 12 Oct 2023 16:07:18 -0400 Subject: images: WIP: camera slice --- virtual-programs/images.folk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virtual-programs') 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/ { -- cgit v1.2.3