Image:Bump-map-demo-smooth.png

From Wikipedia, the free encyclopedia

No higher resolution available.

Bump-map-demo-smooth.png (160 × 160 pixel, file size: 10 KB, MIME type: image/png)

GFDL

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.
Subject to disclaimers.


An orange sphere rendered with POV-Ray ray tracer.

Source text:

   #version 3.5;
   #include "colors.inc"
   
   camera {
       location <0, 0, -2.4>
       right x * image_width / image_height
       look_at <0, 0, 0>
   }
   
   sky_sphere {
       pigment {
           color White
       }
   }
   
   light_source {
       <-20, 20, -20>
       color White
   }
   
   sphere {
       <0, 0, 0>, 1
       texture {
           finish {
               ambient 0.3
               specular 0.2
           }
           pigment {
               color Orange
           }
       }
   }

File history

Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version.
Click on date to download the file or see the image uploaded on that date.


The following pages on the English Wikipedia link to this file (pages on other projects are not listed):