File:Ufo 2 rend 1.png

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

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

Captions

Captions

Ufo - flying saucer

Summary

[edit]
Description
English: Ufo - flying saucer
Date
Source Own work
Author Merikanto

Pov-Ray 3.7

 //
 // flying sauver ufo
 // pov-ray 3.7
 // 29.12.2022 0000.0000
 //
 
 
 #include "colors.inc"
 #include "textures.inc"
 #include "metals.inc" 
 #include "finish.inc"
 #include "skies.inc"
 
 
 background{Blue}
 
 camera {
   angle 10
   location <1, 9, -50>
   look_at <0, 0, 0>
 }    
 
 
 light_source {
   <20, 50, -20>*10000000 color White
 }
 
 
  sky_sphere {   
  
    pigment {
  P_Cloud2  
  turbulence 1
  }
   pigment {
  wrinkles
  // granite
     scale 1/10
     scale y/2
   color_map {
   [0 color rgbt <1,1,1,1>] 
    [0.5 color rgbt <1,1,1,1>] 
   [1 color rgbt <1,1,1,0> ]
   }
   
   }
 }
 
 
 
  
  
 
#declare ufotex1=         texture {
  //  Aluminum
     Chrome_Metal
   //   Silver_Metal
      // Soft_Silver
       
    // Silver1
     
//   Silver3
      
 // pigment { color rgb <1,1,1>*0.95}
  finish { 
  reflection 0.01
    //  phong 0.1
   //   metallic
 // Metal
  //  Metallic_Finish
  //    SilverFinish
  }
  
 } 
 
 
 
 
 
 
  

union {

 object {
    
    
    
 sor {
  //  sturm
    10,    
   <0,-8>,
   <0.001,-4>,
      <0.05,-1>,
          <3,0>,
      <2.5,1>,
   <1.1,2.3>  
    <0.1,2.5>
     
   <0.01,2.6>
       <0,2.9>  
        <0,8>  
   }
 
  scale y/2
 
 }    
 

  
  

// scale y/2
   
 texture {
  
  ufotex1
  
 }
 
 

//rotate x*45 // rotate x*-45

 rotate <20,30,40>
 
 

}

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:15, 29 December 2022Thumbnail for version as of 06:15, 29 December 20221,600 × 1,200 (397 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata