File:Cytherean world 1 rend 1.png

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

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

Captions

Captions

Cytherean, Venus-like planet

Summary[edit]

Description
English: Cytherean, Venus-like ("Venerean") planet. Runaway greenhouse effect has heated planet to very hot, like oven. Surface of planet is covered with cloud layers. Temperature on surface is hundreds degrees Celsius.
Date
Source Own work
Author Merikanto

Additional information[edit]

Pov-Ray 3.7 source code


// // cytherean planet venus like planet runaway greenhouse planet // pov-ray 3.7 source code // 17.03.2023 v 0000.0000 //

  1. include "colors.inc"
  2. include "textures.inc"
  3. include "shapes.inc"
  4. include "functions.inc"


camera {

   location <0,500,-1000>*3    
    //   location <0,0,-4000>*0.8
   look_at <0,0,0>
   angle 24

}


light_source { <0,1,-1>*1000*1000*100 color rgb <1,1,1> }


  1. declare clayer_2=texture {

pigment {

//agate
  
function {



pow (sin(

x-exp(sin(y)) -f_wrinkles( x-exp(sin(y)), x-exp(sin(y)), x-exp(sin(y)) )


-1*exp(sin(y))),2)




}


pigment_map {

   [0 color rgbt <0.87, 0.68, 0.42,0.5>  ]       
  
    [1 color rgbt <0.97, 0.88, 0.69,0.5>]
}
}
 

// scale 1/2 // translate y*-1.25

 translate y*-.25
   scale 1/4

}



  1. declare clayer_1 = texture {
  pigment {
  gradient y   

sine_wave

translate y*-0.25
   pigment_map {
   
   [0 color rgb Tan] 
   [1
    //color rgb White
     wrinkles 
      turbulence 0.3
       scale 1/40
       pigment_map {
             [0 color rgb (Tan+White)/2] 
             [1 color rgb White] 
       }
   ]
   }

}

}



  1. declare cytheria_1= object {


//plane {z,0} sphere {0,1}

texture {clayer_1}

texture {clayer_2}

scale 400 }



object { cytheria_1}

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
current09:23, 17 March 2023Thumbnail for version as of 09:23, 17 March 20231,600 × 1,200 (350 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata