File:Ocean planet2.png

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

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

Captions

Captions

ocean planet

Summary

[edit]
Description
English: ocean planet. sea covers whole planet.
Date
Source Own work
Author Merikanto

// cloud sea planet


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


global_settings {

   assumed_gamma 1.0

}


default { finish { ambient 0.000002 diffuse 0.7 } }


camera { location <0,27,0> look_at <0,0,0>

angle 7

}

light_source { 150000000*<-1, 20, 1> rgb 1 }


  1. declare cloud_area_1=
    pigment {
      
      
          
    granite 
    turbulence  1
    scale 1
      
      pigment_map {
  
      [0.0 color rgbt Clear ] 
       
      [0.3 color rgbt Clear ] 
            
      [0.4  granite scale 0.05
                  turbulence 2
               color_map {
                   [0 rgbf <1,1,1,1>]    
                   [0.7 rgbf <1,1,1,1>]
                   [1 rgbf <1,1,1,0>]
               } 
      
      ] 
  
      
      [0.5  granite scale 0.1
                  turbulence 5
               color_map {
                   [0 rgbf <1,1,1,1>]    
                   [0.4 rgbf <1,1,1,1>]
                   [1 rgbf <1,1,1,0>]
               } 
      
      ]   
         
      
      [1.0 color rgb White ] 
         
      
      
      }   
          
          
 
 } // pig


#declare cloud_area_2=
    pigment {
      
      
          
    //granite 
      bozo
    turbulence  1
    scale 200
      
      pigment_map {
  
      [0.0 color rgbt Clear ] 
       
      [0.3 color rgbt Clear ] 
            
      [0.4  granite scale 0.05
                  turbulence 2
               color_map {
                   [0 rgbf <1,1,1,1>]    
                   [0.7 rgbf <1,1,1,1>]
                   [1 rgbf <1,1,1,0>]
               } 
      
      ] 
  
      
      [0.5  granite scale 0.1
                  turbulence 5
               color_map {
                   [0 rgbf <1,1,1,1>]    
                   [0.4 rgbf <1,1,1,1>]
                   [1 rgbf <1,1,1,0>]
               } 
      
      ]   
         
      
      [1.0 color rgb White ] 
         
      
      
      }   
          
          
 
 } // pig
  
   
   
   
#declare Reunatummennus =

sphere {

  0, 1.01
  hollow
  material
  { 
 // texture {pigment {color <1,0,0> } }// koe  
  
  
    texture
    {
      pigment
      {
        color rgbt 1
      }
    }
    interior
    {
      media
      {     
 

           scattering { 1, <0.3, 0.3, 1>
           *50 }
                
         
            method 3 

        
        
        density
        {
          spherical
          density_map
          {
            [0     rgb <0.25, 0.5, 1>]
            [0.005 rgb <0.25, 0.5, 1>]
            [0.011 rgb <0.9, 1, 1>]
            [1    rgb <0.9, 1, 1>]
          }
        }
         
         
      }
    }
  
  }   

}

  1. declare Ilimakeha =

sphere {

  0, 1.05
  hollow
  material
  { 
  
    texture
    {   
    
      pigment
      {      
     rgbt <0,0,0,1>
      } 
      
      finish {  
      ambient 0 reflection 0 specular 0
     ior 1.0
    // diffuse 0.25
      }
    }
    interior
    {
      media
      {   
           scattering { 1, <0.3, 0.3, 1>*100 }
                         
        //    method 3 


                       
        density
        {  
          density_map
          {
            [0     rgbt <0.0, 0.0, 0.25,1>]
            [0.1 rgbt <0.0, 0.0, 0.75,0.5>]   
            [1    rgbt <0, 0, 1,0>]
          } 
        }
         
      }
    }
  
  }   

}


// ilmakehän heijastuskoe

  1. declare Heijastus =sphere {0,1

pigment { rgbt <0, 0, .1, 0.99995> } finish { ambient 0.0 diffuse 0.0 phong 0.2 phong_size 10 } interior { ior 1.1 } hollow yes // tai no scale 1.0001 }




object {
Heijastus
} 


object {
Ilimakeha
}
         
         

object { Reunatummennus }



object {

 sphere {0,1  }
   pigment {color rgb <0.01,0.2,0.75>}   
   

}


object {
   sphere {
           0,1.005 
           }
        
 texture { 
         
         gradient x  
         turbulence 2
         octaves 60
        
        texture_map { 
           [0.0 pigment {cloud_area_2} finish {brilliance 0.4 diffuse 0.6} scale 0.5 ]
           [0.5 pigment {cloud_area_1}  finish {brilliance 0.4 diffuse 0.6} scale 0.5 ]         
           [1.0 pigment {cloud_area_2} finish {brilliance 0.4 diffuse 0.6} scale 0.5 ]
        
        }
                     
        scale 2             
        translate x*1
      //  scale 2   
     

   }
      
      
      
           
           
   


}

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
current17:28, 17 September 2022Thumbnail for version as of 17:28, 17 September 20221,600 × 1,200 (1.19 MB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata