File:Elliptical galaxy that has dust 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: 484 KB, MIME type: image/png)

Captions

Captions

Elliptical galaxy that has dust , view of artist

Summary[edit]

Description
English: Elliptical galaxy that has dust
Date
Source Own work
Author Merikanto

POV-Ray 3.7 soyurce code

///////////////////////////////////////// // // elliptical galaxy that has dust // // POV-Ray 3.7 source code // // 3.7.2023 0000.0000 //

  1. include "functions.inc"


camera { location <0,4,-10> look_at <0,0,0>

angle 35

}


light_source { 0 color rgb <1,0.9,0.8>*0.8 }


   // Scattering media box:
box
{ -1,1 scale 100
  pigment { rgbt 1 } hollow
  interior
  { media
    { scattering { 3, 6/1000 extinction 0.1 }
      samples 100,200
    }
  }
}      
#declare met2=   sphere
{ 0,1 pigment { rgbt 1 } hollow
  interior
  {
   media
    { 
   samples 100,200 

absorption 30*( 1-<210,105,30>/256 )


  density 
     
      { 
function {

(

// f_spherical(x,y*100,z) *0.1 f_torus(x,y,z,1,0.2)

+pow(

(

//f_agate(x*30,y*30,z*30)*1 // 0 +f_agate(x*3,y*3,z*3)*1 0 +f_agate(x*3,y*3,z*3)*1 +f_granite(x*10,y*10,z*10)

  • f_wrinkles(x*30,y*30,z*30)

),1)

)

  • f_spherical(x,y*12,z)

}

// poly_wave 0.2

density_map
        { [0 rgb <0,0,0>]
          [1 rgb 1-<210,105,30>/256]
        }
      }
    }
 
   
}
}


object {met2 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
current06:25, 14 July 2023Thumbnail for version as of 06:25, 14 July 20231,600 × 1,200 (484 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata