Yhteenveto
Povray 3.7 src.
Need convert 3d moiled to povray format.
See
File:Ghost_flier_1.png
// ghost flier
// povray 3.7 src
// 24.5.2022 0000.0003
// needs model of aeroplane converted with ivcon and processed
include "colors.inc"
include "shapes.inc"
include "colors.inc"
include "textures.inc"
include "shapes.inc"
include "metals.inc"
include "skies.inc"
include "stars.inc"
//global_settings { assumed_gamma 2.2 }
camera {
right < 4/3, 0, 0>
up < 0, 1, 0 >
sky < 0, 1, 0 >
angle 1.5
// location < 0, 800, -5000 >
// look_at < 0, 1000, 0>
// location < 0, 1000, -500 >
// look_at < 0, 1000, 0>
location < 1000, 600, 100 >
look_at < 0, 1000, 0>
}
//light_source { < 20, 50, -100 >*10000 color White }
//background { color Black }
include "stars.inc"
/*
sphere{ <0,0,0>, 1
texture{ Starfield1 scale 0.001
} // end of texture
scale 10000
} //e
sky_sphere {
pigment {
granite
//turbulence 1.2
//omega 0.7
//lambda 0.6
scale 0.1
octaves 100
color_map {
[0 color rgb <0.02,0.02,0.05>]
[1 color rgb <0.05,0.05,0.1>]
}
}
}
plane {
y,0
texture {
pigment {
granite
color_map {
[0.0 color Green/20 ]
[1.0 color Green/30 ]
}
}
}
}
declare PlaneText = texture {
// pigment { color rgb < 0.2, 0.2, 0.2> }
// finish { ambient 0.2 diffuse 0.5 }
// pigment { color rgb <0.01,0.01,0.01> }
pigment { color rgb <0.05,0.05,0.05> }
finish {
F_MetalA
}
}
declare RedText = texture {
PlaneText
}
declare GreenText = texture {
PlaneText
}
declare BlueText = texture {
PlaneText
}
#include "plane5.inc"
object {
plane5
rotate x*-270
rotate z*180
rotate y*180
scale 1/500
translate y*1000
}
light_source {
<4, 1000.5, 1>
color White*50*5
spotlight
radius 100
falloff 30000
tightness 1000
point_at <1000, 0, 0>
}
/*
sphere {
<10,998,0>,2
texture {
pigment {
color Red
}
finish {
ambient 2
}
}
}
*/
media{
scattering{
1, // media type
1/1000 //
extinction 0.0000000001
}
intervals 30
// absorption 1
/*
density {granite scale 300
color_map {
[0.0 rgb <1,1,1>*0.1]
[0.5 rgb <1,1,1>*0.3]
[1.0 rgb <1,1,1>*1 ]
}
}
*/
}
Lisenssi
Minä, tämän teoksen tekijänoikeuksien haltija, julkaisen täten tämän teoksen seuraavalla lisenssillä:
Voit:
jakaa – kopioida, levittää ja esittää teosta
remiksata – valmistaa muutettuja teoksia
Seuraavilla ehdoilla:
nimeäminen – Sinun on mainittava lähde asianmukaisesti, tarjottava linkki lisenssiin sekä merkittävä, mikäli olet tehnyt muutoksia. Voit tehdä yllä olevan millä tahansa kohtuullisella tavalla, mutta et siten, että annat ymmärtää lisenssinantajan suosittelevan sinua tai teoksen käyttöäsi.
jaa samoin – Jos muutat tai perustat tähän työhön, voit jakaa tuloksena syntyvää työtä vain tällä tai tämän kaltaisella lisenssillä . https://creativecommons.org/licenses/by-sa/4.0 CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 true true suomi Lisää yhden rivin pituinen kuvaus tästä tiedostosta