File:Neptune like planet or mini neptune 2 1 1 1.png

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

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

Captions

Captions

Neptune-like planet or mini neptune

Summary

[edit]
Description
English: Neptune-like planet or mini neptune
Date
Source Own work
Author Merikanto

POV-Ray 3.7 source code


// pov-ray 3.8 source code

// hycean planet 

// 18.9.2023 v 0000.0003
  1. include "functions.inc"


default { finish { ambient 0.000002 diffuse 0.7 } }    
 

camera {

 location  <0,0,-1>*2
 angle 16
look_at 0

}


light_source {

<0,1,-5>*1000000

//color rgb <1.00, 0.71, 0.42>*3 ////color rgb <1.00, 0.80, 0.44>*3 //color rgb <1.00, 0.93, 0.89>*2

  color rgb 1*2

}



  1. declare planet1= object {

sphere {0,0.2}

texture {

   pigment {

// marble

  function {f_marble(x,y,z)} 
   frequency 3 
   sine_wave
   rotate z*90 
 scale 2
    warp {
   turbulence 0.1   
          } 

scale 1/2

   color_map {
       [0 color rgb <0.4,0.5,1.1>] 
       [1 color rgb <0,0,1>]
   }

//color <0,0,1> } }


texture { pigment { //granite

 wrinkles   scale 0.1

frequency 1/3 //sine_wave

 scallop_wave 

scale y*1/9

 scale 20
    warp {
   turbulence 0.1   
          } 

scale 1/20

turbulence 0.5 color_map { [0 color rgbt <1,1,1,0>] [0.5 color rgbt <1,1,1,1>] [1 color rgbt <1,1,1,1>] } //color <0,0,1> } }




texture { pigment { granite //frequency 1/2

//sine_wave scale y*1/6.28

     scale 100 
 warp {turbulence 0.3}
          scale 0.01        

turbulence 0 color_map { [0 color rgbt <0.5,0.5,1,0>] [1 color rgbt <1,1,1,1>] } //color <0,0,1> } }



texture { pigment { wrinkles frequency 1

    scale 10 
 warp {turbulence 0.3}
          scale 0.1  

sine_wave

 scale y/6

turbulence 1 color_map { [0 color rgbt <1,1,1,0>] [0.2 color rgbt <1,1,1,1>] [1 color rgbt <1,1,1,1>] } //color <0,0,1> } }


// simulate atmosphere texture { pigment {

color rgb <0.9,0.95,1,0.7>

}

}

}


object { planet1

rotate x*30 rotate y*20

rotate z*26

}

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
current13:46, 20 September 2023Thumbnail for version as of 13:46, 20 September 20231,600 × 1,200 (722 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata