Posted by MCDB on Friday, July 20, 2018
I did a quick exam on Akiyoshi's leafage moving ridge optical illusion past times doing to a greater extent than or less uncomplicated scripting (AS3 Flash). I desire to know if a rotating blueprint volition campaign to a greater extent than nausea to the viewer. It plow out that fast animation volition destination the optical illusion effect. I convey upload this is the uncomplicated "optical illusion editor" online which yous tin utilisation the generate your ain optical art.
illusory motion, too known every bit displace illusion, is an optical illusion inwards which a static ikon appears to live on moving due to the cognitive effects of interacting coloring cloth contrasts as well as cast position
Optical Art
Below are to a greater extent than or less quick results I did using this editor.
Script
The script itself is pretty uncomplicated as well as lead forward. It is but a tilebase map alongside offset rotation. There are multiple ways to offset the rotation.
for (var i:int = 1; i <= _TILE_X_MAX; i++){ for (var j:int = 1; j <= _TILE_Y_MAX; j++){ _Tile = novel Tile(); _Tile.x = i * _TILEWIDTH; _Tile.y = j * _TILEHEIGHT; _Tile.rotation = (j - i) * _ROTATIONOFFSET; addChild(_Tile); } }
The Editor
You tin utilisation the editor inwards my
deviantart. This is railroad train alongside Flash AS3, as well as thus yous mightiness non live on able to persuasion alongside your mobile phone.
Warning! This "Illusory motion" optical illusion editor mightiness campaign nausea, airheaded or sick. If yous outset feeling unwell. Please destination using this editor.
Reference
Illusory Motion wikipedia Akiyoshi's leafage moving ridge optical illusion Optical Illusion Deviantart