File:Planet has opened gap to protoplanetary disc 1 r 1.png

Original file(3,200 × 2,000 pixels, file size: 7.04 MB, MIME type: image/png)

Captions

Captions

Planet has opened gap to protoplanetary disc

Summary

edit
Description
English: Planet has opened gap to protoplanetary disc
Date
Source Own work
Author Merikanto

POV-Ray 3.7 source code

// // planet has opened gap in protoplanetary disk // // pov-ray 3.7 source code // // 22.1.2024 0000.0000 //


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

camera { location <0,1000/2,-1000> look_at 0 angle 28 }

sky_sphere {

    pigment {

bozo scale 1/1000

         color_map 

{ [0 rgb 1] [0.2 rgb 0] [1 rgb 0] }

    }
    

}


  1. declare cloudcolor1=rgb <1,.25,0>*1;


  1. declare star1= object {

sphere {0,1 }

texture { pigment { //wrinkles granite scale 0.3 color_map { [0 color rgbt <0,0,0,1>] [1 color rgbt <1,1,1,0>] } }

}

scale 0.1

}


/*

  1. declare star2=object{
  sphere{ <0,0,0>,1 }
 
 hollow
 pigment{ color rgbf<1,1,1,1>}
 finish { ambient 0 diffuse 0 }
 interior {
   media {
     emission color rgb<1.0,0.75,0.1>*1
     intervals 9
     samples 1, 20
     confidence 0.9999
     variance 1/100
     density{ spherical
              ramp_wave
              warp {turbulence 0.3 }
              color_map {
              [0.0 color rgb <0.0,0.0,0.0>]
              [0.3 color rgb <0.8,0.3,0.0*1/2>]
              [0.6 color rgb <1.0,0.8,0.3>*3/4]
              [1.0 color rgb <1.0,1.0,0.1>*1]
                        } 
          // scale <1,2.5,1> 
           
         } 
   }

}

  • /

light_source { 0 color rgb 100

// looks_like { // object {star2 scale 0.1} // }

fade_distance 100 fade_power 6

scale 1000/3 }


  1. declare pig2=pigment {
  function {

pow(sqrt(1-((x*x+z*z)/400)),6) * cos( sqrt(x*x+z*z)/13 ) *sin( sqrt(x*x+z*z)/13 ) * f_waves(x*3, y*3, z*3)*2 *f_wrinkles(x*30, y*30, z*30) *f_wrinkles(x*10, y*10, z*10)


  }
    
   //      sine_wave
    
           color_map 
    {
    [0 rgbt <0.1,0.1,0.1,1>]
  //  [0.1 rgbt <0,0,0,1>] 
    [1 rgbt <1,1/4,0,0>*30] 
    
    }

}



  1. declare disk1=
object {

// sphere {0,20 scale y/1000} torus{ 10,4 scale y/10 }


 texture{  

  
       pigment{
      pig2
 }
  
    
     
       finish{
    ambient 1
   }
  
  
   }
     
   
     
scale 15  
  
 

}



#declare fog1=object {
 sphere // transparent sphere containing media
{ 0,1 pigment { rgbt 1 } hollow
  interior
  { media
    {
    
    // emission 1
     
     scattering {
     2,<1,1/2,1/4>*5/100000
     extinction 0.00000001
     }
     
      density
      { 
      
    
          
          function { -exp((x*x+y*y+z*z)/1)/10 }
       /* 
       //    spherical 
       density_map
       
        { [0 rgb 0]
          [0.5 rgb <1,0,0>]
          [0.8 rgb <1,0.5,0>]
          [1 rgb <1,1,0.5>]
        }
        */
      
      }
    }
 }


}

scale 400

  scale y/3

}

  1. declare planet1=object {

sphere {0,1} //scale 5

texture { pigment { color rgb <0.5,1,1>} finish {ambient 0 diffuse 0.5}

}

}


  object {star1}                       
  object {disk1}  
  object {disk1
  scale 3
  }  
                       

object { planet1 scale 30 rotate y*72 translate x*220 }

object {fog1}



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
current06:27, 22 January 2024Thumbnail for version as of 06:27, 22 January 20243,200 × 2,000 (7.04 MB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata