File:Some kind of ufo 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: 591 KB, MIME type: image/png)

Captions

Captions

Ufo, that has purple glow

Summary[edit]

Description
English: Ufo, that has purple glow
Date
Source Own work
Author Merikanto

POV-Ray 3.7 source code // // ufo has purple glow // POV-Ray 3.7 source code // // 16.7.2023 v 0000.0001 //

  1. include "colors.inc"
  2. include "glass.inc"
  3. include "golds.inc"
  4. include "metals.inc"
  5. include "stones.inc"
  6. include "woods.inc"
  7. include "skies.inc"

camera {

  location <0,0,-10>*0.8  
 look_at   <0,0,0>    
 angle 40    

}


global_settings { ambient_light <1,1,1>*0 }


light_source {

 <100,30,-30>*1000*1000*1000    
 color White*1        

}

//Set a background color background { color <1,1,1.2>*0.9 }


sky_sphere {

S_Cloud1

}








  1. declare ufo1=union{

cone { <0, 0, 0>, 2, <0, 1.5, 0>, 1 }

cone { <0, 0, 0>, 2, <0, -1/2, 0>, 1 }  
 cone { <0, -1/2, 0>, 1, <0, -1, 0>, 1/2  


}




 texture { 

pigment { //P_Silver3 // P_Chrome1

 Orange+NeonPink+Silver

}

//pigment {color rgb Maroon}


finish { F_MetalD ambient (Orange+NeonPink+Silver)*2 }


normal { ripples sine_wave bump_size 0.2 scale 1/100 }

}


   scale y/2 
   rotate x*180  

}




  1. declare glowdensity1=density{
 spherical   
 poly_wave 6
 scale 10

warp {

 turbulence .3
    }

scale 0.1

lambda 3
 density_map {
   [.00 rgbt <0,0,0,1>]
   [1/2 rgbt <1,.5,0.5,0.95>]
   [4/4 rgbt <1,0.8,0.8,0.8>]
 }

}

  1. declare glow1=object {sphere { 0,2 hollow no_shadow
 texture { pigment { rgbt 1 } }
 interior {
   media { 

samples 100,200 emission 2*Maroon absorption 0.5

     density { glowdensity1 }
    scattering {1,0.06*(1-Red)/3 }
   }


 }


scale 7 scale y/2 }

}



//plane {<0,1,1>, .7 pigment {color Red}}



object {ufo1 rotate x*-15 rotate z*5 }

object {glow1 translate y*-0.5}


Old code

// // ufo has purple glow // POV-Ray 3.7 source code // // 16.7.2023 v 0000.0000 //

  1. include "colors.inc"
  2. include "glass.inc"
  3. include "golds.inc"
  4. include "metals.inc"
  5. include "stones.inc"
  6. include "woods.inc"

camera {

 sky <0,0,1>          
 direction <-1,0,0>   
 right <-4/3,0,0>     
 location  <0,0,-10>*1  
 look_at   <0,0,0>    
 angle 40    

}


global_settings { ambient_light <1,1,1> }

light_source {

 <10,10,-10>*100*1000    
 color White*1        

}

//Set a background color background { color <1,1,1.2>*0.9 }

  1. declare ufo1=union{

cone { <0, 0, 0>, 2, <0, 1.5, 0>, 1 }

cone { <0, 0, 0>, 2, <0, -1/2, 0>, 1 }  
 cone { <0, -1/2, 0>, 1, <0, -1, 0>, 1/2  


}

 texture { 

/* pigment { //P_Silver3

 P_Chrome1

}

 */

pigment {color rgb Maroon} finish { F_MetalD ambient (Orange+NeonPink+Silver)/3 }

}


   scale y/2 

}

object {ufo1 rotate x*15 }


  1. declare denFireBall=density{
 spherical   
 poly_wave 3
 scale 10

warp {

 turbulence .3
    }

scale 0.1

lambda 3
 density_map {
   [.00 rgbt <0,0,0,1>]
   [1/2 rgbt <1,.5,0.5,0.95>]
   [4/4 rgbt <1,0.8,0.8,0.8>]
 }

}

sphere { 0,2 hollow no_shadow

 texture { pigment { rgbt 1 } }
 interior {
   media { 

samples 100,200 emission 1*Maroon absorption 0.5

     density { denFireBall }
    scattering {1,0.03*(1-Maroon)/3 }
   }
 }

scale 4 }

//plane {<0,1,1>, .7 pigment {color Red}}

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:48, 16 July 2023Thumbnail for version as of 12:48, 16 July 20231,600 × 1,200 (591 KB)Merikanto (talk | contribs)Update
12:00, 16 July 2023Thumbnail for version as of 12:00, 16 July 20231,600 × 1,200 (184 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata