Image:UV mapping checkered sphere.png

From Wikipedia, the free encyclopedia

Wikimedia Commons logo This is a file from the Wikimedia Commons. The description on its description page there is shown below.
Commons is a freely licensed media file repository. You can help.

[edit] Summary

Description

Example of UV mapping on a sphere

Source

self-made

Date

2007-06-17

Author

Jleedev

Permission
(Reusing this image)

see below


[edit] POV-Ray Source

#include "rad_def.inc"

#declare Checkers = texture {
    pigment {
        checker rgb <1,1,0> rgb <0,1,0>
    }
    finish {
        specular .5
        roughness 0.005
    }
}

union {
    sphere {
        0, 1
        texture {
            Checkers
            scale .4
        }
        translate <-1,1,3>
    }

    sphere {
        0, 1
        texture {
            uv_mapping
            Checkers
            scale .1
        }
        translate <1,1,3>
    }
}

camera {
    location <0, 2, -1>
    look_at <0, 1, 3>
}

light_source {
    <-5, 20, -10>, 1
    area_light
    x*5, y*5, 10, 10
    adaptive 1
    circular
    orient
    jitter
}

global_settings {
    radiosity {
        Rad_Settings(Radiosity_OutdoorHQ, on, off)
    }
}

quadric {
    <0,0,0>, <0,0,-1>, <0,0,0>, -1
    translate z*10
    texture {
        pigment {
            rgb 1
        }
        finish {
            diffuse 1
        }
    }
}

[edit] Licensing

I, Jleedev, the copyright holder of this work, has published or hereby publishes 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".

Aragonés | العربية | Asturianu | Български | বাংলা | ইমার ঠার/বিষ্ণুপ্রিয়া মণিপুরী | Brezhoneg | Bosanski | Català | Cebuano | Česky | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | فارسی | Suomi | Français | Gaeilge | Galego | עברית | Hrvatski | Magyar | Bahasa Indonesia | Ido | Íslenska | Italiano | 日本語 | ქართული | ភាសាខ្មែរ | 한국어 | Kurdî / كوردی | Latina | Lëtzebuergesch | Lietuvių | Bahasa Melayu | Nnapulitano | Nederlands | ‪Norsk (nynorsk)‬ | ‪Norsk (bokmål)‬ | Occitan | Polski | Português | Română | Русский | Slovenčina | Slovenščina | Shqip | Српски / Srpski | Svenska | తెలుగు | ไทย | Türkçe | Українська | اردو | Tiếng Việt | Volapük | Yorùbá | ‪中文(中国大陆)‬ | ‪中文(台灣)‬ | +/-

Some rights reserved
Creative Commons Attribution iconCreative Commons Share Alike icon
This file is licensed under the Creative Commons Attribution ShareAlike license versions 2.5, 2.0, and 1.0

العربية | Български | Català | Česky | Dansk | Deutsch | English | Español | Euskara | فارسی | Français | עברית | Italiano | 日本語 | 한국어 | Lietuvių | Nederlands | Polski | Português | Русский | Svenska | தமிழ் | Türkçe | 中文 | 中文 | +/-

You may select the license of your choice.

File history

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

Date/TimeDimensionsUserComment
current21:44, 17 June 2007800×600 (88 KB)Jleedev (changed background)
20:49, 17 June 2007800×600 (384 KB)Jleedev (crushed)
20:30, 17 June 2007800×600 (404 KB)Jleedev ({{Information |Description=Example of UV mapping on a sphere |Source=self-made |Date=2007-06-17 |Author= Jleedev }} )
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):