File:Ghost rocket 2.png

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

Original file(3,200 × 2,400 pixels, file size: 679 KB, MIME type: image/png)

Captions

Captions

Ghost rocket

Summary[edit]

Description
English: Ghost rocket
Date
Source Own work
Author Merikanto

Povray 3.7 + galaxy.inc source code

 // ghost rocket 
 
 // povray 3.7 + galaxy.inc src
 
 // 22.5.2022 0000.0001

 
  #include "colors.inc"
  #include "metals.inc"
  #include "textures.inc"   
 
  #include "skies.inc"
  camera {
  
  location <0, 0, -5> 
  look_at <0, 0, 0> 
  
  angle 35
  }
 
  
  light_source {
   <1000,1000,-1000>*1000
  color rgb <1,1,1>
  }
     
     
  plane 
  {
  y,-1000
  pigment {
  color Green
  }
  rotate x*30
  }  
  
  
  
  
 // sky ---------------------------

plane{<0,1,0>,1 hollow

      texture{
       pigment{ bozo turbulence 0.92
         color_map {
          [0.00 rgb <0.2, 0.3, 1>*0.5]
          [0.50 rgb <0.2, 0.3, 1>*0.8]
          [0.70 rgb <1,1,1>]
          [0.85 rgb <0.25,0.25,0.25>]
          [1.0 rgb <0.5,0.5,0.5>]}
         scale<1,1,1.5>*2.5
         translate<1.0,0,-1>
         }// end of pigment
       finish {ambient 1 diffuse 0}
       }// end of texture
       scale 10000
    
    rotate x*30
    }// end of plane
 
 /*

// fog on the ground ------------- fog { fog_type 2

     distance   50
     color      White
     fog_offset 0.1
     fog_alt    1.5
     turbulence 1.8   
     
     
   //  rotate x*30
   } 
  
   */
  
  
  
  
      
  #declare galaxy_colour1 = <1, 0.25,0.0>*4;
  #declare galaxy_colour2 = <1, 0.0,0.0>*1; 
  
  #declare galaxy_cluster_name = ""
  


   sky_sphere 
   {
  // pigment { color <0.5,0.5,1> }
     pigment{ gradient <0,1,0>
         color_map{
         [0.0 color rgbf<1,1,1,0>        ]
         [0.8 color rgbf<0.1,0.25,0.75,0.5>]
         [1.0 color rgbf<0.1,0.25,0.75,0>]}
       
       rotate x*-30
       
       } // end pigment
       
       
   }
 
   
   
   
   
   
   
   
   
   
  
  #declare C = 1;
     #declare galaxy_object_name = concat("Comet", str(C , 0, 0))
     #declare galaxy_object_position = <0.6,2,0>; 
     #declare galaxy_object_rotate=180-10;
     #include "./galaxy/GALAXY.OBJ"
    


// METEOR OBJECTS


#declare C=1;
#declare galaxy_object_name = concat("Meteor", str(C , 0, 0))

// #declare galaxy_object_position = <0, -10, 0>;

   //   #declare galaxy_object_position = <-10,10,0>;
        #declare galaxy_object_position = <0.6,2,0>;    
     #declare galaxy_object_rotate=180-10;
#include "./galaxy/GALAXY.OBJ"
 
  
   union {    
   /*
   //sphere {0,1  
   cylinder {<-1/5,0,0>,<1/5,0,0>,0.2}
   cone {
     <2/5, 0, 0>, 0.002    // Center and radius of one end
   <1/5, 0, 0>, 0.2
      }
     */
     sphere { <-0.0,0,0>, 0.2
        scale<1,1,1>
      }  // end of sphere ------

cylinder{ <-0.2,0,0>,<0.4,0,0>,0.2

      } // end of cylinder -----

sphere { <0.4,0,0>, 0.2

      //  scale<  2,1,1>
      //  translate<-2,0,0>
      } 
     
     
   scale <1,0.2,0.2>
  // scale 0.2
   
   rotate z*-10
     
     translate y*-0.0
     translate x*0.46
     
     
     
   texture {
  // Chrome_Texture
   Silver_Texture
   }   
   
   finish
    {
    F_MetalD
    }
  
   
   }

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
current16:51, 22 May 2022Thumbnail for version as of 16:51, 22 May 20223,200 × 2,400 (679 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata