File:UV mapping checkered sphere.png

頁面內容唔支援其他語言。
出自維基百科,自由嘅百科全書

UV_mapping_checkered_sphere.png(800 × 600 像素,檔案大細:88 KB ,MIME類型:image/png

摘要

描述 Example of UV mapping on a sphere
日期
來源 自己作品
作者 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
        }
    }
}

協議

I, Jleedev, the copyright holder of this work, hereby publishes it under the following licenses:
GNU head 根據自由軟體基金會發佈嘅無固定段落、封面文字同封底文字GNU自由文件授權條款第1.2或打後嘅版本,你獲授權可以重製、散佈同埋修改爾份文件。授權條款嘅副本喺章節GNU自由文件授權條款
w:en:Creative Commons
署名 相同方式分享
呢個檔案用共享創意 姓名標示-非商業性-相同方式分享3.0 未本地化版本條款授權。
姓名標示: I, Jleedev
你可以:
  • 去分享 – 複製、發佈同傳播呢個作品
  • 再改 – 創作演繹作品
要遵照下面嘅條件:
  • 署名 – 你一定要畀合適嘅表彰、畀返指向呢個授權條款嘅連結,同埋寫明有無改過嚟。你可以用任何合理方式去做,但唔可以用任何方式暗示授權人認可咗你或者你嘅使用方式。
  • 相同方式分享 – 如果你用任何方式改過呢個作品,你必須要用返原本或者相似嘅條款發佈。
This licensing tag was added to this file as part of the GFDL licensing update.
w:en:Creative Commons
署名 相同方式分享
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
姓名標示: I, Jleedev
你可以:
  • 去分享 – 複製、發佈同傳播呢個作品
  • 再改 – 創作演繹作品
要遵照下面嘅條件:
  • 署名 – 你一定要畀合適嘅表彰、畀返指向呢個授權條款嘅連結,同埋寫明有無改過嚟。你可以用任何合理方式去做,但唔可以用任何方式暗示授權人認可咗你或者你嘅使用方式。
  • 相同方式分享 – 如果你用任何方式改過呢個作品,你必須要用返原本或者相似嘅條款發佈。
你可以揀你想用嘅牌照。

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

圖中顯示嘅係

17 6 2007

檔案歷史

撳個日期/時間去睇響嗰個時間出現過嘅檔案。

日期/時間縮圖尺寸用戶註解
現時2007年6月17號 (日) 21:44響2007年6月17號 (日) 21:44嘅縮圖版本800 × 600(88 KB)Jleedevchanged background
2007年6月17號 (日) 20:49響2007年6月17號 (日) 20:49嘅縮圖版本800 × 600(384 KB)Jleedevcrushed
2007年6月17號 (日) 20:30響2007年6月17號 (日) 20:30嘅縮圖版本800 × 600(404 KB)Jleedev{{Information |Description=Example of UV mapping on a sphere |Source=self-made |Date=2007-06-17 |Author= Jleedev }}

全域檔案使用情況

下面嘅維基都用緊呢個檔案: