File:Bump-map-demo-bumpy.png

Bump-map-demo-bumpy.png(160 × 160 pixels, file size: 20 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Orange sphere with a bump map, rendered in POV-Ray
Date 11 December 2003 (original upload date)
Source

POV-Ray.

    #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
            }
            normal {
                bump_map {
                    png "[[:en:media:Orange-bumpmap.png|Orange-bumpmap.png]]"
                    interpolate 2
                    bump_size 2.0
                    once
                }
                scale 2
                translate <-1, -1, 0>
                rotate <20, -15, 0>
            }
        }
    }}}
; Transferred from en.wikipedia
Author

Original uploader was Brion VIBBER at en.wikipedia

Later version(s) were uploaded by McLoaf at en.wikipedia.
Permission
(Reusing this file)
GFDL-WITH-DISCLAIMERS; Released under the GNU Free Documentation License.
Other versions Derivative works of this file:  Bump-map-demo-full.png

Licensing edit

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. Subject to disclaimers.
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.
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. Subject to disclaimers.

Original upload log edit

The original description page was here. All following user names refer to en.wikipedia.
  • 2007-10-15 21:27 McLoaf 160×160×8 (20480 bytes)
  • 2003-12-11 03:36 Brion VIBBER 160×160×8 (21553 bytes) Orange sphere with a bump map, rendered in POV-Ray. (Will paste source into description page)

File history

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

Date/TimeThumbnailDimensionsUserComment
current08:51, 30 March 2008Thumbnail for version as of 08:51, 30 March 2008160 × 160 (20 KB)File Upload Bot (Magnus Manske) (talk | contribs) {{BotMoveToCommons|en.wikipedia}} {{Information |Description={{en|Orange sphere with a bump map, rendered in [http://www.povray.org/ POV-Ray]. #version 3.5; #include "colors.inc" camera { location <0, 0, -2.4> right x *

The following page uses this file:

File usage on other wikis

The following other wikis use this file: