To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

File:Bump-map-demo-bumpy.png

From Wikipedia, the free encyclopedia

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

Summary

Description
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

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

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)

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

11 December 2003

image/png

3043ba4af88481cceb5601e5e1c867c72ec71ee5

20,480 byte

160 pixel

160 pixel

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)<bdi>File Upload Bot (Magnus Manske)</bdi> {{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 *
No 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:

Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.