• home
    • paintings
    • drawings
    • Sculpture
    • design
    • photo
    • paint
    • stickers
  • Contact
    • Facebook (Benjamin Stabler Art)
    • Instagram (@flackjackson)
    • flipkids.co
    • Instagram (@flpkds)
    • TikTok
  • For All Intensive Purposes
Menu

benjaminstabler

benjamínstabler.com
  • home
  • physical
    • paintings
    • drawings
    • Sculpture
  • digital
    • design
    • photo
  • Graffiti / Stickers
    • paint
    • stickers
  • Contact
  • Web Presence
    • Facebook (Benjamin Stabler Art)
    • Instagram (@flackjackson)
    • flipkids.co
    • Instagram (@flpkds)
    • TikTok
  • For All Intensive Purposes

June 13, 2012

prostheticknowledge:

An optical illusion animation by intothecontinuum which plays on what you see depending on the angle of your monitor:

The second GIF is supposed to simulate what the first GIF may look like if viewed with your monitor angled downwards. It is the same as the first except the brightness was increased using Photoshop.

Mathematica code:

R[n_] := (SeedRandom[n]; RandomReal[])
G[A_, s_, c_, T_, x_] := A*T*Exp[-(x - c)^2/s]

ListAnimate[
Show[
Table[
Plot[
100 - n +
Sum[G[.05, 6, 100*R[n],
Sum[G[1, .01, k - R[2 n], 1, m/100 + t],
{k, -3, 3, 1}],
x],
{n, 1, 100, 1}],
{x, -10, 110}],
PlotStyle -> Directive[Black], PlotRange -> {{-10, 110}, {0, 100.5}},
Filling -> Axis, FillingStyle -> White, Axes -> False, AspectRatio -> Full,
ImageSize -> {500, 700}],
{n, 0, 100, 1}]],
{t, 0, .95, .5}, AnimationRunning->False]
Source: http://intothecontinuum.tumblr.com/post/24...
← →

content © 2018 Benjamin Stabler