File:Carbon rich planet povray 1 r 1.png

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

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

Captions

Captions

Carbon rich planet

Summary

[edit]
Description
English: Carbon rich planet.
Date
Source Own work
Author Merikanto

POV-Ray 3.7 source code

// // carbon rich planet // pov-ray 3.7 source code // 20.03.2023 v 0000.0000 //

  1. include "colors.inc"
  2. include "textures.inc"
  3. include "shapes.inc"
  4. include "functions.inc"
  1. declare planetsize=1000;

camera {

   location <0,0,-1000*8>
   look_at <0,0,0>
   angle 24

}


light_source {

   <0,0,-1>*1000*1000*150 
   color rgb <1,1,1>

}


sky_sphere {

  pigment {
  
   bozo    
    
   scale 0.001
   color_map
    {
       [0 color rgb 0]
       [0.8 color rgb 0]
       [1 color rgb 1]
       }
    
       rotate z*45
   }
   pigment {
   bozo
   scale 0.0001
    color_map { 

       [0 color rgb 0 transmit 1]
       [0.8 color rgb 0 transmit 1]
       [1 color rgb 1 transmit 0]
       }
   }     
    rotate z*80

}

#declare blacker1a = pigment {
        wrinkles
        turbulence 0.2
       pigment_map {
       [0  color Black]
       [ 0.5 color <1,1,1>/20 ]
       [1 color <1,1,1>/30]
       }

}

  1. declare blacker1b = pigment {
        wrinkles
        turbulence 0.2
       pigment_map {
       [0  color Black]
       [ 0.5 color <1,1,1>/30 ]
       [1 color <1,1,1>/40]
       }

}

  1. declare blacker1c = pigment {
        wrinkles
        turbulence 0.2
       pigment_map {
       [0  color <1,1,1>/100]
       [ 0.5 color <1,1,1>/70 ]
       [1 color <1,1,1>/40]
       }

}

  1. declare blacker1 = pigment {
        wrinkles
        turbulence 0.2
       pigment_map {
       [0   blacker1c ]
       [ 0.5 blacker1b  ]
       [1 blacker1a  ]
       }

}


#declare browner1a = pigment {
        wrinkles
        turbulence 0.2
       pigment_map {
       [0  color Brown]
       [ 0.5 color Brown/2 ]
       [1 color Brown/4]
       }

}

#declare browner1b = pigment {
        wrinkles
        turbulence 0.2
       pigment_map {
       [0  color Brown/4]
       [ 0.5 color Brown/6 ]
       [1 color Brown/8]
       }

}

#declare browner1 = pigment {
        wrinkles
        turbulence 0.2
       pigment_map {
       [0  color Brown]
       [ 0.5 browner1a ]
       [1  browner1b]
       }

}


  1. declare carbon_tex_1 = texture {
   pigment {
        wrinkles
        turbulence 0.5
       pigment_map {
       [0  blacker1]
       [ 0.5 blacker1 ]
       [1 browner1]
       } 
   }


 normal 
{   
wrinkles 0.5

turbulence 0.5 /* normal_map {

        [0  wrinkles]
       [ 0.5 wrinkles ]
       [1  wrinkles]
   }
  • /

}

}

  1. declare carbon_planet=object {

sphere {0,1}

texture { carbon_tex_1}

scale planetsize

}

object { carbon_planet

}

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
current12:47, 20 March 2023Thumbnail for version as of 12:47, 20 March 20231,600 × 1,200 (390 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata