File:Cigar shaped ufo mothership or ghost rocket 1.png
Summary
Description |
English: Cigar shaped ufo mothership or ghost rocket |
Date | |
Source | Own work |
Author | Merikanto |
POV-Ray source code
//
// cigar-shaped ufo mothership or ghost rocket
// pov-ray source code
// 29.12.2022 0000.0000
//
//
include "colors.inc"
- include "textures.inc"
- include "skies.inc"
- include "metals.inc"
- include "shapes3.inc"
camera {
location <-0,20,-100>
look_at 20
}
light_source {
<0,100,-100>*10000
color rgb <1,1,1>
}
sky_sphere
{
pigment {
gradient y
color_map {
[0 color rgb <0.95,0.95,1>]
[1 color rgb <0.2,0.2,1>]
}
}
pigment {
wrinkles
color_map {
[0 color rgbt <1,1,1,1>]
[0.5 color rgbt <1,1,1,1>]
[1 color rgbt <1,1,1,0>]
}
scale 0.3
scale y*0.3
}
}
/*
plane {
y,100
pigment {
wrinkles
scale 100000
color_map {
[0 color rgbt <1,1,1,1>]
[0.5 color rgbt <1,1,1,1>]
[1 color rgbt <1,1,1,0>/4]
}
}
}
*/
/*
fog {
color rgb <1,1,1.1>/3
distance 2000000
}
*/
fog {
distance 20
color rgbf<0.8, 0.8, 0.8, 1.0>
fog_type 2
fog_offset 0
fog_alt 5
turbulence 0.5
}
object {
//Egg
// Egg_Shape (1.15,1.55)
Egg_Shape (0.5,2)
//ovus {1,0.5}
texture {
// Silver_Metal
Chrome_Metal
//Aluminum
//Gold_Metal
}
// rotate z*90
scale 10
scale y*5
rotate z*90
//rotate x*90
// rotate y*90
rotate <10,10,10>
translate x*50
translate y*40
}
- declare ground_tex_1= texture {
pigment{ wrinkles
/*
color_map {
[ 0 color rgb<1,0.6,0.3> ]
[ 1 color rgb<1,0.8,0.7>*0.5 ]
}
*/
color_map {
[ 0 color rgb<0,1/5,0> ]
[ 1 color rgb<0,1/2,0> ]
}
scale 0.00001}
// finish { phong 0.1}
}
plane {
y,1
texture{
ground_tex_1
}
}
- declare ground_f =
function(x, y, z)
{1-(-f_snoise3d(x*2,y*2,z*2)*0.25)}
object{ //---------------------------
HF_Square( ground_f,
0,
1,
<200,200>,
1,
"",
<-1,0,-1>*2,
<1,1,1>*2
) //-------------------------
texture{ ground_tex_1
}
// rotate<-90,0,0>
scale y*0.25
scale<1,1,1>*100
translate<0,-45,0>
}
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
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.