File:UV mapping checkered sphere.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

UV_mapping_checkered_sphere.png(800 × 600 pixels, file size: 88 KB, MIME type: image/png)

Summary

Description Example of UV mapping on a sphere
Date
Source Own work
Author Jleedev

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
        }
    }
}

Licensing

I, Jleedev, the copyright holder of this work, 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.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
Attribution: I, Jleedev
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.
Attribution: I, Jleedev
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

17 June 2007

File history

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

Date/TimeThumbnailDimensionsUserComment
current21:44, 17 June 2007Thumbnail for version as of 21:44, 17 June 2007800 × 600 (88 KB)Jleedevchanged background
20:49, 17 June 2007Thumbnail for version as of 20:49, 17 June 2007800 × 600 (384 KB)Jleedevcrushed
20:30, 17 June 2007Thumbnail for version as of 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 use this file (pages on other projects are not listed):

Global file usage