File:Giant planet 4.png

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

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

Captions

Captions

Giant planet

Summary

[edit]
Description
English: Giant planet, maybe Neptune-like
Date
Source Own work
Author Merikanto

POV-Ray code

camera {

   location <0,0,-1>*2.5
   look_at <0,0,0>

}

light_source {

   <1,0,-1>*777
   color rgb <1,1,1>*1.5

}

default { finish {diffuse 0.7 phong 0.00 ambient 0} }

  1. declare gtex1 = texture

{

 pigment {           
   
   wrinkles
  // agate
 //granite
// gradient y
 frequency 1/2  
 scale 10   
 scale y*0.01

// sine_wave

turbulence 02
 
 color_map {
   [0 color rgb < 1,1,1>] 
      [0.25 color rgb < 0,0,1>]  
    [1 color rgb < 0,0,1>]  
     
 }  
    
   warp {
   black_hole <0, -0.15, -0.9>, 0.33
   falloff 2
   strength 1 
   turbulence 0.5
   inverse
 }
     
 
 
 }

  finish {
 ambient 0.01 
  diffuse 0.65 
 // phong 0.05
 // specular 0.05
  
  }

}


  1. declare gtex2 = texture

{

 pigment {           
 
 //gradient y   
  // granite     
    wrinkles
   
 frequency 1

// sine_wave

 turbulence 0
scale y*1/100   
turbulence 0
 color_map {
   [0 color rgbt < 1,1,1,0.05>] 
     [0.05 color rgbt < 1,1,1,0.75>]  
    [1 color rgbt < 1,1,1,0.95>]  
     
 }  
         
        


  }
  
  finish {    
//  refraction 1

// ambient 0.01

  }
 



}


#declare gtex3 =  texture

{

 pigment {           
 
 //gradient y   
  // granite     
    wrinkles
   
 frequency 1/10

// sine_wave

 turbulence 0  
// scale 1/10
scale y*1/25   
turbulence 0.1
 color_map {
   [0 color rgbt < 1,1,1,0.6>]  
     [0.4 color rgbt < 0,0,1,0>]  
    [1 color rgbt < 0,0,1,0>]  
     
 }  
        
        /* 
        
                              warp {
   black_hole <0, -0.15, -0.9>, 0.33
   falloff 2
   strength 3 
   turbulence 0.5
   inverse
 }
          */ 
 
 
 }


}


 #declare gtex4 =  texture

{

 pigment {           
 
 //gradient y   
  // granite     
    wrinkles
      scale 1/2
 frequency 1/4

// sine_wave

 turbulence 0
scale y*1/10   
turbulence 0.1
 color_map {
   [0 color rgbt < 1,1,1,0.975>]
    [1 color rgbt < 0,1,1,0>]  
     
 }  
        

 
 
 }


}



 #declare gtex5 =  texture

{

 pigment {           
 
 //gradient y   
  // granite     
    wrinkles
  //    scale 1/2
// frequency 1/4

// sine_wave

 turbulence 0 
 scale 2
scale y*1/4  
turbulence 0.1
 color_map {
   [0 color rgbt < 1,1,1,0.975>] 
     [0.8 color rgbt < 0,1/2,1,0>]
    [1 color rgbt < 0,1/2,1,0>]  
     
 }  
        

 
 
 }


}


  1. declare giant_planet1= object
          {
          
          sphere {0,1}
          
           texture {
           gtex1
               
               
                    
           }
               
                      
                              texture {
           gtex5
          
         //   scale 1/2
          
           }      
               
                              texture {
           gtex4
          
         //   scale 1/2
          
           } 
           
              
            
 
             
             
          texture {
           gtex3
          
   //         scale 1/2
          
           } 
           
         
                
          
          
           texture {
           gtex2
          
         //   scale 1/2
          
           } 
             
           


  }        
          


object {
giant_planet1  

rotate x*30
}          

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:14, 3 October 2022Thumbnail for version as of 16:14, 3 October 20221,600 × 1,200 (525 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata