Saw some tutorials on Photobashing and used the technique to bang out an Evil Eye and some wall/ceiling/floor textures with a painterly style. The Evil Eye is a collage of a shark an eye and some eels.
This commit is contained in:
parent
c98aa936ad
commit
ce1476b117
10 changed files with 3 additions and 3 deletions
6
main.cpp
6
main.cpp
|
@ -8,11 +8,11 @@
|
|||
|
||||
Matrix MAP{
|
||||
{1,1,1,1,1,1,1,1,1},
|
||||
{1,0,2,0,0,0,0,0,1},
|
||||
{1,0,4,0,0,5,2,0,1},
|
||||
{1,0,1,0,0,0,0,0,1},
|
||||
{1,0,1,0,0,1,1,0,1},
|
||||
{1,0,0,0,0,0,0,0,1},
|
||||
{1,1,0,0,0,0,0,1,1},
|
||||
{1,0,0,1,3,4,0,0,1},
|
||||
{1,0,0,1,1,1,0,0,1},
|
||||
{1,0,0,0,0,0,1,1,1},
|
||||
{1,0,0,0,0,0,0,0,1},
|
||||
{1,1,1,1,1,1,1,1,1}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue