File:999 Perspective-color.png

Original file(3,074 × 392 pixels, file size: 504 KB, MIME type: image/png)

Summary

Description A view of 0.999... in rectangular perspective. Each character has a small but finite depth so that the image blends to solid black at infinity. The image also cast a shadow of it's "true" number.
Date (UTC)
Source

POVRay

#include "colors.inc"    // The include files contain
#include "stones.inc"    // pre-defined scene elements
#include "textures.inc"    // pre-defined scene elements
#include "shapes.inc"
#include "glass.inc"
#include "metals.inc"
#include "woods.inc"
#include "finish.inc"

camera { 
    location <-8.5, .3, -5>
    up y*image_height right x*image_width angle 40 look_at <6, .3, 0>
}
light_source { 
    <2, 4, -3> 
    color White
    area_light <5, 0, 0>, <0, 0, 5>, 5, 5
    adaptive 1
    jitter
}
light_source { 
    <-8, .3, -4>
    color Blue
    spotlight
    radius 15
    falloff 20
    tightness 10
    point_at <0, 0, 0>
    jitter
}
background { rgb 0 }

#declare space = .54;
#declare depth = .03;
union {
    text { 
        ttf "DejaVuSans.ttf", "0.9" depth, 0 translate -1.47*x 

    }
    #declare n=0;
    #while (n<5000)
        text { ttf "DejaVuSans.ttf", "9", depth, 0 translate space*n*x }
        #declare n=n+1;
    #end
    box { 
        <space*(n-1), -.025, 0>, <10000000, .665, depth> 
    }
    texture {
        pigment {
            wood
            color_map {
                [0.0 color Gray]
                [0.7 color DimGray]
                [1.0 color LightGray]
            }
            turbulence 0.04
            scale <0.2, 0.3, 1>
        }
        finish {
            diffuse 0.5
            ambient 0.2
            phong 1
            phong_size 100
            metallic
            reflection 0.25
        }
    }
}
union {
    text { 
        ttf "DejaVuSans.ttf", "1.0" 0, 0 translate -1.47*x 
            rotate<60,0,0>

    }
    #declare n=0;
    #while (n<5000)
        text { ttf "DejaVuSans.ttf", "0", 0, 0 translate space*n*x 
            rotate<60,0,0>
        }
        #declare n=n+1;
    #end
    box { 
        <space*(n-1), -.025, 0>, <10000000, .665, depth> 
    }
    texture {
        pigment {
            color rgbt  <0,0,0,0.5>
        }
        finish {
            diffuse 0
            ambient 0.3
            reflection 0
        }
    }
}
Command: povray 0999.pov +W3000 +H500 +FN8 +Q9 +A +AM2 +J +UA +UL +UV +O09992.png
Author AzaToth
Permission
(Reusing this file)
GFDL CC-BY-SA-2.5
Other versions Image:999 Perspective.png

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

26 October 2006

image/png

4b2de43cfb7e209a31b55017474c53e5f692dd26

515,646 byte

392 pixel

3,074 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current18:46, 26 October 2006Thumbnail for version as of 18:46, 26 October 20063,074 × 392 (504 KB)AzaTothcropped via gimp instead
18:38, 26 October 2006Thumbnail for version as of 18:38, 26 October 20063,074 × 392 (514 KB)AzaTothchange of camera
18:24, 26 October 2006Thumbnail for version as of 18:24, 26 October 20062,972 × 388 (498 KB)AzaToththe new version with 1.000... shadow
18:22, 26 October 2006Thumbnail for version as of 18:22, 26 October 20062,808 × 388 (442 KB)AzaTothReverted to earlier revision
18:05, 26 October 2006Thumbnail for version as of 18:05, 26 October 20062,971 × 388 (606 KB)AzaTothtesting new version
17:25, 25 October 2006Thumbnail for version as of 17:25, 25 October 20062,808 × 388 (442 KB)AzaToth8bit instead
16:38, 25 October 2006Thumbnail for version as of 16:38, 25 October 20062,808 × 388 (1.64 MB)AzaToth{{Information |Description=A view of 0.999... in rectangular perspective. Each character has a small but finite depth so that the image blends to solid black at infinity. |Source=Image:999 Perspective.png |Date=~~~~~ |Author=~~~ |Permission=GFDL CC-B
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata