File:Ringed exoplanet from moon 1 r1.png

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

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

Captions

Captions

Ringed exoplanet from moon

Summary[edit]

Description
English: Ringed exoplanet from moon. Artist impression.
Date
Source Own work
Author Merikanto

POV-Ray 3.7 code

// // ring exoplanet from moon // pov-ray 3.7 source code // // 28.1.2023 0000.0000 //

#include "functions.inc"

camera {

   location <0,0,-12>
   look_at <0,0,0>  
angle 30

}


background{ color 0}

sky_sphere {


pigment {
   bozo
   scale 1/3000
   color_map {
   [0 color rgbt <1,1,1,0>*10]
   [0.1 color rgbt <0,0,0,1>]
   [1 color rgbt <0,0,0,1>]
   }

}

pigment {
   bozo
   scale 1/1000
   color_map {
   [0 color rgbt <1,1,1,0>*10]
   [0.1 color rgbt <0,0,0,1>]
   [1 color rgbt <0,0,0,1>]
   }

}

//pigment { color rgb 1}

}

light_source {

   <20,4,-10> *1000*1000*1000
   color rgb 2

}


  1. declare giant_planet_1=
 object {

sphere {<0 , 0 , 0> , 1.}

texture {

pigment {

// wood //onion // gradient y //

function {

//(sin(y*pi)+1)/2

(sin(y*pi)+1)/2 
  • f_granite(0,y,0)

//*f_agate(0,y,0) // *f_wrinkles(0,y,0) }

//rotate x*90  

// sine_wave scale 1/2

//turbulence y*0.001

color_map {

// [0 color rgb <1/2,1/2,1>*0.9] // [1 color rgb <0.9,0.9,1>]

     [0 color rgb <1/5,1/5,1>*0.9]
   [1 color rgb <0.9,0.9,1>]
 }

//warp {turbulence y*0.01}


} }

finish {

ambient 0
}

rotate <90,0,0>

}

#declare ring01=

disc {

<0,0,0>
<0,0,0.1>
2.6
2.25
texture {
pigment {
waves
color_map{
[0 color rgb <0.4,0.4,0.4>]
[1 color rgb <0,0,0>]
}
}
finish {
ambient 0
}
scale 0.03

} }

  1. declare ring02=
 disc {
<0,0,0>
<0,0,0.1>
2.2
1.4099
texture {
pigment {
waves
color_map{
[0 color rgbt <0.7,0.7,0.6,0.5>]
[1 color rgbt <0,0,0,1>]
}
}
finish {
ambient 0
}
scale 0.03

} }

  1. declare ring03=

disc {

<0,0,0>
<0,0,0.1>

// 2.7 // 2.61

 2.5
2.8  
texture { pigment { rgbf <0.1,0.1,0.1, 0.95> }}

}


  1. declare ring04=
disc {
<0,0,0>
<0,0,0.1>
1.41
1.3
texture { pigment { rgbf <0.9,0.9,0.8, 0.8> }}
  1. declare rings1= union

{


object {ring01}
              
object {ring02}
object {ring03}
object {ring02}
finish {

ambient 0 diffuse 0.8

}

}

  1. declare ringplanet_01=union{

object {giant_planet_1}

object {rings1}

}


}

  1. declare fn_Hills = function

{

 pigment
 {  
   wrinkles
  // bumps
   warp
   { turbulence 0.5 }
   scale 0.2 
   scale <2,1,2>
 }

}

  1. declare terrain1=object

{

 height_field
 {
//   function 1000,1000
  function 3000,3000
   { fn_Hills (x, y, z).red }
 }
 pigment
 {
   gradient y
   color_map
   {
     [0.0 color rgb <245,222,179>/255]
     [1.0 color rgb <160,82,45>/255]
   }
 }
 finish
 { 
 diffuse 0.7    
 //  specular 0.5
 //  phong 1.0
//   reflection 0.2
 }
 translate <-0.5, -0.25, -0.5>
 scale <2, 0.25, 2>
 translate <0,-0.4,-10>

}

object { terrain1 }

object { ringplanet_01

rotate <120, -30, 0>

translate z*10 finish {

ambient 0

} }

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
current13:24, 28 January 2023Thumbnail for version as of 13:24, 28 January 20231,600 × 1,200 (799 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata