File:Exoplanet evaporating near its central star 1 1 1 1.png

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

Original file(2,400 × 1,800 pixels, file size: 1.16 MB, MIME type: image/png)

Captions

Captions

Exoplanet evaporating near its central star

Summary[edit]

Description
English: Very hot exoplanet evaporating near its central star after its migration of its orbit. Maybe it is hot jupiter, hot neptune, hot mini-neptune, hot ocean planet of hot super-earth.
Date
Source Own work
Author Merikanto

POV- Ray source code

///////////////// // // smoke test // pov-ray 3.8 source code // // 8.3.2024 0000.0000 // ////////////////////////

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

camera { location <0,0,-15> look_at 0 angle 24 }

light_source { <-20000,-100,-10000> color rgb <1,0.75,0.5> }

light_source { <0,0,10000> color rgb <1,0.9,0.75>

looks_like {

sphere { 0,1.0

// pigment { rgbt <0,0,1,0> } pigment { // wrinkles

granite turbulence 0.2 scale 0.3

color_map { [0 rgbt <1,0.2,0,0> ] [1 rgbt <1,1,0.0,0> ] }

}

finish { ambient 1}


scale 1000 //translate z*10000 }

}

}

  1. declare Cloud_Scale=1;
  1. declare planet1=object {
sphere
{ 0,1.0

// pigment { rgbt <0,0,1,0> }

 pigment { 
 //gradient y
 function {f_wrinkles(y,1,1)}
 sine_wave
 frequency 2
 color_map {
 [0 rgbt <1,1,1,0> ]
   [1 rgbt <0.7,0.7,1,0> ]
 }
 
 
 } 


}

}

  1. declare metis1 = media{

samples 5,10 // emission <0.7,0.7,1>/10 scattering{ 3, 1-< 0.61, 0.85, 0.85> // extinction 2.5 }


                absorption rgb < 0.61, 0.85, 0.85>*20
          //      absorption rgb< 0.7, 0.7, 1>*20
                // density 1
                density{ 
                

function {

f_spherical(x,y,z) *f_granite(x,y,z) // *f_wrinkles(x*5,y*5,z*5) // *f_cylindrical(x,y,z) }

                         turbulence 0.0
                         poly_wave 1
                         color_map {
                               [0.00 rgb 0.00] //
                               [0.50 rgb 0.20] //
                               [1.00 rgb 1.00*3] //
                               } // 
                         rotate<90,0,0>
                         scale<1,1,1>
                       } 
         
         } 
         
  1. local ball1 =

object{ // egg

  sphere{<0,0,0>,1 }
  
  }
  1. local smoke1 =

object{

 ball1
 hollow
 pigment{ color rgbf<1,1,1,1>}// clear!
 finish { ambient 0 diffuse 0 }
 interior {

 media { metis1 }

}

}

  1. declare seed1= seed(2531);
  2. declare seed2= seed(3736);
  3. declare seed3= seed(123412);
  1. declare sk1=1;

union {

object { smoke1 scale 1.25 }

  1. for (n, 1,5)

object { //ball1 smoke1 scale sk1*1 translate x*n*-1*sk1 #declare yo1=0.2*(rand(seed1)-0.5); translate y*yo1

#declare sk1=0.9;

}

  1. end

/* pigment {rgbt 1} hollow

interior { media {metis1} }

  • /

//rotate z*60 rotate y*20 rotate x*30

}

object {planet1 scale 0.25 }

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

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

Date/TimeThumbnailDimensionsUserComment
current17:10, 8 March 2024Thumbnail for version as of 17:10, 8 March 20242,400 × 1,800 (1.16 MB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata