File:Gray square illusion.png

From Wikipedia, the free encyclopedia

Gray_square_illusion.png(602 × 508 pixels, file size: 43 KB, MIME type: image/png)

Gray square illusion -- reproduction of Image:Optical.greysquares.arp.600pix.jpg in POV-Ray by PaulStansifer.

Code used:

#include "colors.inc"
#include "woods.inc"

camera{
  location <5,5,-5>+<0.5,0,0.5>
  look_at  <0,0,0>+<0.5,0,0.5>
  right x*image_width/image_height
}

// value of shadowed white area = 0.8 * 0.4
// value of lit black area = 0.2 * (0.4 + 0.6*2.0)

box{
  <-1.985,-0.01,-1.985> <2.985,-0.5, 2.985>
  
  pigment{
    checker rgb 0.2 rgb 0.8
  }
  finish{
    ambient 0.4
    diffuse 0.6
    specular 0
    phong 0
    brilliance 0
  }
}

#local WoodWidth = 0.25;
box{
  <0,0,0.015> <-WoodWidth, -0.5, 5+WoodWidth>
  texture{ T_Wood1 }
  translate <-2.5, 0, -2.5>
  rotate y*0
  translate <0.5,0,0.5>
}
box{
  <0,0,0.015> <-WoodWidth, -0.5, 5+WoodWidth>
  texture{ T_Wood1 }
  translate <-2.5, 0, -2.5>
  rotate y*90
  translate <0.5,0,0.5>
}
box{
  <0,0,0.015> <-WoodWidth, -0.5, 5+WoodWidth>   
  texture{ T_Wood1 }
  translate <-2.5, 0, -2.5>
  rotate y*180
  translate <0.5,0,0.5>
}
box{
  <0,0,0.015> <-WoodWidth, -0.5, 5+WoodWidth>
  texture{ T_Wood1 }
  translate <-2.5, 0, -2.5>
  rotate y*270
  translate <0.5,0,0.5>
}


cylinder{
  <2,0,2> <2,2.5,2>, 0.7
  
  pigment{ rgb <0,0,1> }
}

light_source{
  <5,5,5>
  color 2.0
      
  area_light 1.5*x, 1.5*y, 10, 10
  adaptive 1
  circular
  orient
}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:59, 16 October 2004Thumbnail for version as of 05:59, 16 October 2004602 × 508 (43 KB)Paul Stansifer (talk | contribs)adjusted version - no frame, less perspective, more angle, tweaked colors
21:01, 14 October 2004Thumbnail for version as of 21:01, 14 October 2004570 × 483 (109 KB)Paul Stansifer (talk | contribs)Gray square illusion -- reproduction of Image:Optical.greysquares.arp.600pix.jpg in POV-Ray {{GFDL}}
The following pages on the English Wikipedia use this file (pages on other projects are not listed):