File:Ringed hycean planet 1 1 1 1.png

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

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

Captions

Captions

Ringed hycean planet

Summary

[edit]
Description
English: Hycean planet , that has rings. Maybe Sudarsky class I-II.
Date
Source Own work
Author Merikanto

// // ringed hycean planet // pov-ray 3.7 source code // // 18.9.2023 0000.0001 //

#include "functions.inc"

camera {

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

}

light_source {

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

}

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}

}

  1. declare hycean_planet_1=
 object {
   sphere {<0 , 0 , 0> , 1.}
   texture {
    pigment {
   // wood  
   //onion 
   //  gradient y
   //
   function {
  f_wrinkles(0,y,0)
// f_agate(0,y,0)
   //(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
   scale 10 
 warp {turbulence 0.5}
          scale 0.1  

sine_wave

   //turbulence y*0.001
   color_map {


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

//warp {turbulence y*0.01}


} }

finish {

ambient 0
}  


texture {

   pigment { 

gradient y

    scale 2

translate y*1

     scale 10 
 warp {turbulence 0.5 }
          scale 0.1    

color_map {

     [0 color rgbt <1,1,1,0>]
      [0.1 color rgbt <1,1,1,0>]
     [0.15 color rgbt <1,1,1,1>]
      [0.92 color rgbt <1,1,1,1>] 
 [0.98 color rgbt <1,1,1,0.5>]
   [1 color rgbt <1,1,1,0>]

}

}

finish { ambient 0} }


texture { pigment {color rgbt <1,1,1,0.5>}

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

object {rings1}

}


}

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
current16:59, 18 September 2023Thumbnail for version as of 16:59, 18 September 20231,600 × 1,200 (297 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata