File:Carbon planet orbits very hot star 1 1 1 1.png
Original file (1,600 × 1,200 pixels, file size: 728 KB, MIME type: image/png)
Captions
Summary
[edit]DescriptionCarbon planet orbits very hot star 1 1 1 1.png |
English: Carbon planet that orbits very hot star, possibly young white dwarf. |
Date | |
Source | Own work |
Author | Merikanto |
POV-Ray source code
// carbon rich planet orbits very hot star
// pov-ray 3.7 source code
// 9.11.2023 v 0000.0000
- include "functions.inc"
camera {
location <0,0,-100>
look_at 0
angle 2
}
light_source {
<60,60,-60>*1e9
//color rgb <1.0,0.931,0.905 >*2 // sun
color rgb <0.361,0.489,1.0>*3 // hot O1 star
}
- declare planetf1=function {
// f_ridged_mf(x, y, z, H, Lacunarity, Octaves, Offset, Gain, 2
// f_hetero_mf(x,y,z,0.5,2,64,-0.7,0.8,1)*0.2 // quite accu
exp(f_hetero_mf(x,y,z,0.5,2,64,-0.7,0.8,1))*0.5
//1* exp(f_ridged_mf(x,y,z,0.5,2,64,-0.7,0.8, 2)) *0.015
//*f_leopard(x*10,y*10,z*10)
}
- declare planet_1=object {
sphere {0,1}
/*
isosurface {
function {
f_sphere(x,y,z,1)-planetf1(x,y,z)*0.05
}
accuracy 0.0001
max_gradient 60
}
- /
texture {
// pigment {color rgb 0.2 }
pigment {
function { planetf1(x,y,z)}
color_map {
[0 color rgb <0,0,0.04>]
[0.05 color rgb <1,1,1>*0.04]
// [0.25 color rgb <1,1,1>*0.06]
[1 color <1,0.7,0.4>*0.5]
}
}
finish { ambient 0 diffuse 0.3}
normal {function { planetf1(x,y,z) } bump_size 1}
} // tex
} // objekt
- declare oceans_1= object {
sphere {0,1+0.001}
texture {
pigment {
color rgbft <0.07, 0.45, 0.8, 0.1, 0.75>
}
finish {
ambient 0*0.5
diffuse 0.55
reflection {
0.1, 0.75
falloff 2
}
conserve_energy
}
}
/*
texture {
pigment { color rgb <0,0,0.1>}
finish {ambient 0 diffuse 0.5 reflection 0.3}
}
- /
}
- declare pig_clouds_1= pigment {
wrinkles
//omega 0.5
//lambda 0.5
scale 1/5
turbulence 1
scale 3
warp { turbulence 0.5}
scale 1/3
scale 10
warp { turbulence 0.5}
scale 1/10
}
- declare clouds_1= object {
sphere {0,1.005}
texture {
pigment {
pig_clouds_1
color_map {
[0 color rgbt <1,1,1,1>]
[0.6 color rgbt <1,1,1,1>]
[1 color rgbt <1,1,1,0>*1]
}
}
normal {
pigment_pattern {
pig_clouds_1
}
0.1
}
finish { ambient 0 diffuse 0.42 brilliance 0.4}
}
}
// rayleigh based atm
- declare atm_thickness1 = 0.01;
- declare atm_color1 = rgb <pow(460/650, 4), pow(460/555, 4), 1>;
- declare atm_amount1=0.005;
- declare atm_density1 = density
{
function
{
// 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1)
// 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1)
1*exp(-3*(sqrt((x*x)+(y*y)+(z*z))-1-0.0001)/atm_thickness1)
}
color_map {
[ 0.0 rgb 0.0 ]
[ 0.5294*0.25e-6 rgb <0.02, 0.05, 0.2>*0.07 ]
[ 0.5294*0.4e-6 rgb <0.02, 0.07, 0.3>*0.32 ]
[ 0.5294*0.5e-6 rgb <0.08, 0.18, 0.4>*0.5 ]
[ 0.5412*0.6e-6 rgb <0.08, 0.18, 0.4>*0.9 ]
[ 0.5471*0.65e-6 rgb <0.08, 0.18, 0.4>*1.5 ]
[ 0.5471*0.675e-6 rgb <0.08, 0.18, 0.4>*4.5 ]
[ 0.5471*0.71e-6 rgb <0.08, 0.18, 0.4>*12 ]
[ (1+0.001)/(1+atm_thickness1) rgb <0.0, 0.0, 0.0> ]
}
}
- declare atm_media1 = media
{
method 3
intervals 3
samples 3
scattering
{ 4
color atm_amount1*atm_color1/atm_thickness1
extinction 1
}
density {atm_density1}
}
- declare atmos_1 = difference
{
sphere {0, 1.00001 + atm_thickness1}
// sphere {0, 1.00001}
hollow
pigment {rgbt 1}
interior {media{atm_media1}}
}
- declare planeta1=union {
object {planet_1}
// object {oceans_1}
object {clouds_1}
object {atmos_1}
}
object {planeta1}
Licensing
[edit]This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 19:05, 9 November 2023 | 1,600 × 1,200 (728 KB) | Merikanto (talk | contribs) | Uploaded own work with UploadWizard |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
PNG file comment |
|
---|---|
File change date and time | 18:49, 9 November 2023 |
Software used |