File:Ghost rocket 1.png
Original file (3,200 × 2,400 pixels, file size: 248 KB, MIME type: image/png)
Captions
Summary
[edit]DescriptionGhost rocket 1.png |
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
[edit]- 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/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 16:22, 22 May 2022 | 3,200 × 2,400 (248 KB) | Merikanto (talk | contribs) | Uploaded own work with UploadWizard |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
PNG file comment |
|
---|---|
File change date and time | 16:13, 22 May 2022 |
Software used |