File:Saucer shaped ufo with big light beam 1.png

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

Captions

Captions

Saucer shaped ufo with big light beam

Summary

edit
Description
English: Saucer shaped ufo with big light beam
Date
Source Own work
Author Merikanto

Pov-Ray 3.7 source code

//
// saucer shaped ufo that has big light beam
// pov-ray 3.7 source code 
// 3.1.2023 0000.000
//


 //#include "functions.inc"
  1. include "colors.inc"
  2. include "textures.inc"
  3. include "metals.inc"
  4. include "glass.inc"
  5. include "stars.inc"


camera { 
//location <1/3, -16, 2/4> *1

 location <0.02, -1, 0.02> *10

// location <1, -1, 1> *10 // location <1, 0, 1> *10

 look_at 0
angle 70 
}

 sky_sphere {
    pigment {
    bozo
      scale 1/1000
         color_map 
    {
    [0 rgb 1]
    [0.2 rgb 0] 
    [1 rgb 0] 
    
    }
    
    }
   
   
             

}


 object {

plane { y,-300

texture {

pigment { color <1,1,1>/10}  

//scale 1/5 }

}


}


 object {

union {

sphere {

   0,4
   scale y*1/5
   texture {
   pigment {
       P_Silver2
       //P_Silver3
       }
   finish {
   Metal
   }
   }  
 
   }  

sphere { 0,2

scale y*0.6

translate y*0.4

texture {
   pigment {

// color rgb <0.8,0.8,1>*3
 // Col_Amber_06
  //P_Gold
//  Col_Glass_Vicksbottle
  //Col_Glass_Winebottle
  
     Col_Glass_Beerbottle 
// Col_Glass_General
 
   }
   finish {
   //Metal
 F_Glass10

// ambient 0.33

   }

}

}


sphere {

   0,3 
   scale y*0.2
   translate y*-.45
   texture {
   pigment {
   // Col_Glass_Beerbottle 
    Col_Glass_General
 
   }
   finish {
   Metal
   //  F_Glass10
   }
   } 
  }
box {
-1,1
scale y*0.5


}

       
       

 }
  /*
texture {

pigment {
color rgb <1,1,1>
}
  
finish {
  ambient 1
}  
  
  
}
  */

//rotate <30,50,40>*-1

// rotate x*-45

//rotate x*90*-1

scale 0.6

translate y*0.5


}


union {
 
  
 
       sphere {
  0,0001 
  
  scale y/10
 // translate y*0
  pigment 
  { 
 //wrinkles
  granite
 // agate
 // bozo
  //ripples
 //   onion
 // wood
 //    scale 1/10
  turbulence 2
  scale 1/20
  color_map {
  [0 color rgbt 1]
 //  [0.5 color rgbt 0]
  [1 color rgbt 0]
  }
  }
  }
 
 
 
  
 
 
 
light_source { 

<0, 0, 0>, <1,1,2>*500
  spotlight
point_at <0,-1,0>
 radius 4
  falloff 7
 //tightness 1
cylinder 
   fade_distance 2
   fade_power 4

// scale 5 // parallel



  looks_like {
   
   sphere {0,1
   scale y/3
   }
   
   texture {
   pigment { color rgb <1,1,3>}
   finish {emission 3 reflection 0}
   }
   
   
  }
   
  
 
 }

   }




  media
    {
     scattering {
     // 4, 10/1000 extinction 0.000000001 
    
       4, 10/1000 extinction 0.00000000001 
    
      }
     samples 40,80
    }

 

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:15, 3 January 2023Thumbnail for version as of 13:15, 3 January 20231,600 × 1,200 (1.51 MB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata