This commit is contained in:
2025-11-22 11:31:06 +00:00
parent a381633dc8
commit b1bd52b09e
4 changed files with 8 additions and 9 deletions
+3 -3
View File
@@ -15,9 +15,9 @@ testEvent w = fromMaybe w $ do
--testEvent w = fromMaybe w $ do
cpos <- w ^? cWorld . lWorld . creatures . ix 0 . crPos . _xy
let distR = 50
t1 = (V2 1 (-1))
t2 = (V2 1 1)
t3 = (V2 distR 0)
t1 = V2 1 (-1)
t2 = V2 1 1
t3 = V2 distR 0
v3 = V3 t1 t2 t3
distortionBulge =
RadialDistortion