File:Pov-ray example yellow sphere cyan background 001.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(1,600 × 1,200 pixels, file size: 110 KB, MIME type: image/png)

Captions

Captions

Pov-ray example yellow sphere cyan background

Summary[edit]

Description
English: Pov-ray example rendering: Yellow sphere on cyan background.
Date
Source Own work
Author Merikanto

POV-Ray code of syllow sphere on cyan bg, Finnish comments

  1. include "colors.inc" // Valmiit värimääritykset

background { color Cyan } // Tausta, väri syaani

 camera { // Kamera ..
  
      location <0, 2, -3> // Kameran paikka <x, y, z> 
                          // eli sijainti pituus-, leveys- ja
                          // korkeussuunnassa
                          // Piste mistä katsotaan.
      look_at  <0, 1,  2>  // Piste mihin kamera katsoo <x,y,z>
 }
 sphere { // pallon kuvaus alkaa tästä
   <0, 1, 2>, 2 // Pallon paikka <0,1,2> 
                // ja läpimitta 2
  
   texture { // Pallon pintarakenne alkaa tästä
           pigment { color Yellow } //pinta "pigmentti"  
                                    // on väriltään keltainen
  } // ... pintarakenteen kuvaus loppuu tähän
    // Menee kiinni aaltosululla.
 } // ... pallon kuvaus loppuu tähän
 light_source // Valonlähde
    { 
      <2, 4, -3> color White // Valonlähteen paikka  <2,4,-3> 
                             // Valon väri on valkoinen
    }

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current11:06, 10 July 2023Thumbnail for version as of 11:06, 10 July 20231,600 × 1,200 (110 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

  • Usage on fi.wikipedia.org

Metadata