File:Ghost flier 1.png

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

Captions

Captions

Ghost flier

Summary edit

Description
English: Ghost filers, those detected in Scandivavia at 1930:s. These were unidentified aeroplanes, that hs often bright spotlights.
Date
Source Own work
Author Merikanto

Povray 3.7 src

You need also 3d model of plane, and must convert it to povray format with ivcon or other utility, and process result to include file like this.

3D model from Cadnav

Biplane Airplane 3D Model

https://www.cadnav.com/3d-models/model-51151.html

Convert .max to obj file with anyconv or other utility

https://anyconv.com/fi/muunna-max-obj/

ivcon conversion to povray like this

ivcon model.obj model.pov

Editing with text editor to like this

// Heracle.pov created by IVCON. // Original data in Heracle.obj.


  1. declare plane5=mesh {
 smooth_triangle {

<340.327454, -1250.439575, 766.237427>, <66.749168, -67.992203, -291.493530>, <341.808289, -1229.692261, 790.459290>, <382.986603, -137.703720, 120.143372>, <336.035706, -1238.113403, 792.691956>, <372.607880, -153.435547, 124.111229> texture { BlueText } }

 smooth_triangle {

<340.327454, -1250.439575, 766.237427>, <66.749168, -67.992203, -291.493530>, <347.297546, -1239.779785, 765.021973>, <46.700001, -107.736053, -285.675110>, <341.808289, -1229.692261, 790.459290>, <382.986603, -137.703720, 120.143372> texture { RedText } }

 smooth_triangle {

<347.297546, -1239.779785, 765.021973>, <46.700001, -107.736053, -285.675110>, <345.863831, -1220.647705, 787.720459>, <392.448303, -117.447838, 113.197243>, <341.808289, -1229.692261, 790.459290>, <382.986603, -137.703720, 120.143372> texture { BlueText } }



// ghost flier


// povray 3.7 src

// 24.5.2022 0000.0002


// needs model of aeroplane converted with ivcon and processed



  1. include "colors.inc"
  2. include "shapes.inc"
  3. include "colors.inc"
  4. include "textures.inc"
  5. include "shapes.inc"
  6. include "metals.inc"
  7. include "skies.inc"
  8. include "stars.inc"

//global_settings { assumed_gamma 2.2 }


camera {

right < 4/3, 0, 0>
up < 0, 1, 0 >
sky < 0, 1, 0 >
angle 3

// location < 0, 1000, -10000 > // look_at < 0, 0, 0>

// location < 0, 800, -5000 > // 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 }

  1. 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  ]
         }
       }
   }   

}





  1. 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
   }


}

  1. declare RedText = texture {

PlaneText }

  1. declare GreenText = texture {

PlaneText }

  1. 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 {
   <20, 997, 2>
   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  ]
       } 
  } 
   */
  

}


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
current05:35, 24 May 2022Thumbnail for version as of 05:35, 24 May 20223,200 × 2,400 (598 KB)Merikanto (talk | contribs)Update
17:15, 23 May 2022Thumbnail for version as of 17:15, 23 May 20223,200 × 2,400 (824 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata