File:Ghost rocket 1.png

Summary

Description
English: Ghost rocket
Date
Source Own work
Author Merikanto

Povray 3.7 and galaxy.inc source code

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

 
  
  #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>
  }


// COMMON GALAXY OPTIONS

  //#declare galaxy_colour1 = <1.3, 1.2, .9>;
  //#declare galaxy_colour2 = <.4, .8, 1>; 
  
  #declare galaxy_colour1 = <1, 0.25,0.0>*4;
  #declare galaxy_colour2 = <1, 0.0,0.0>*1; 
  
  #declare galaxy_cluster_name = ""
  
 /* 

// STARFIELD BACKGROUND

  #declare galaxy_bgstars = 2;
  #declare galaxy_bgnebula = false;
  #declare galaxy_nebula_sphere = false;
  #include "./galaxy/GALAXY.BG"
 
   */
   
   
   sky_sphere 
   {
   pigment { color <0.5,0.5,1> }
   
   }


  #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
      }
   
   scale <1,0.2,0.2>
  // scale 0.2
   
   rotate z*-10
     
     translate y*-0.0
     translate x*0.46
     
     
     
   texture {
   Chrome_Texture
   }   
   
   finish
    {
    F_MetalB
    }
  
   
   }

Licensing

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.
Category:CC-BY-SA-4.0#Ghost%20rocket%201.pngCategory:Self-published work
Category:Images with Povray source code Category:Ghost rockets
Category:CC-BY-SA-4.0 Category:Ghost rockets Category:Images with Povray source code Category:Self-published work