File:Coriolis-Erde.png
Original file (1,600 × 1,200 pixels, file size: 564 KB, MIME type: image/png)
Captions
Summary
[edit]DescriptionCoriolis-Erde.png |
Deutsch: Corioliskraft auf der Erdoberfläche |
Date | |
Source | Own work + File:Earthmap1000x500compac.jpg (Public Domain) |
Author | Stündle |
Source
[edit]// povray +I ./Coriolis-Erde.pov -geometry 1600x1200
#include "colors.inc"
background{White}
camera {
orthographic
angle 20
location <0, .1, 10>
look_at <0, .1, 0>
}
light_source { <2, 2, 12>
color White shadowless
parallel
point_at<0, 0, 0>
}
light_source { <-2, -2, 12>
color White shadowless
parallel
point_at<0, 0, 0>
}
// Erdkugel
// http://commons.wikimedia.org/wiki/File:Earthmap1000x500compac.jpg
sphere { <0,0,0> 1
texture {
pigment{
image_map {
gif "Earthmap.gif"
map_type 1 // Esfera
}
}
}
rotate y*+90
}
// omega_E
cylinder{<0,0,0>,<0,0.25,0>,0.01
//rotate<0,0,180>
//rotate<45,-45,0>
translate<0,1,0>
//rotate<0,-45,-45>
pigment{color Red}
}
cone{<0,0,0>,0.05,<0,0.1,0>,0
//rotate<0,0,180>
translate<0,0.25,0>
//rotate<45,-45,0>
translate<0,1,0>
//rotate<0,-45,-45>
pigment{color Red}
}
// v_W
cylinder{<0,0,0>,<0,-0.4,0>,0.01
rotate<0,0,-90>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,30,0>
pigment{color Blue}
}
cone{<0,0,0>,0.05,<0,-0.1,0>,0
translate<0,-0.4,0>
rotate<0,0,-90>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,30,0>
pigment{color Blue}
}
// F_C,Norm
cylinder{<0,0,0>,<0,0.4,0>,0.01
//rotate<0,0,180>
rotate<120,0,0>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,30,0>
pigment{color Green}
}
cone{<0,0,0>,0.05,<0,0.1,0>,0
//rotate<0,0,180>
//rotate<120,0,0>
translate<0,0.4,0>
rotate<120,0,0>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,30,0>
pigment{color Green}
}
// F_C,N
cylinder{<0,0,0>,<0,0.25,0>,0.01
rotate<0,0,180>
translate<0,0,1>
//rotate<0,30,30>
rotate<-30,0,0>
rotate<0,30,0>
pigment{color SpringGreen}
}
cone{<0,0,0>,0.05,<0,0.1,0>,0
rotate<0,0,180>
translate<0,-0.25,0>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,30,0>
pigment{color SpringGreen}
}
// omega_O
cylinder{<0,0,0>,<0,0.25,0>,0.01
//rotate<0,0,180>
//rotate<30,30,0>
rotate<30,0,0>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,30,0>
pigment{color Red}
}
cone{<0,0,0>,0.05,<0,0.1,0>,0
//rotate<0,0,180>
translate<0,0.25,0>
rotate<30,0,0>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,30,0>
pigment{color Red}
}
// v_N
cylinder{<0,0,0>,<0,0.4,0>,0.01
rotate<0,0,180>
translate<0,0,1>
//rotate<0,30,30>
rotate<-30,0,0>
rotate<0,-45,0>
pigment{color Blue}
}
cone{<0,0,0>,0.05,<0,0.1,0>,0
rotate<0,0,180>
translate<0,-0.4,0>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,-45,0>
pigment{color Blue}
}
// v_N,Norm
cylinder{<0,0,0>,<0,0.15,0>,0.01
//rotate<0,0,180>
rotate<120,0,0>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,-45,0>
pigment{color SlateBlue}
}
cone{<0,0,0>,0.05,<0,0.1,0>,0
//rotate<0,0,180>
//rotate<120,0,0>
translate<0,0.15,0>
rotate<120,0,0>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,-45,0>
pigment{color SlateBlue}
}
// F_C,O
cylinder{<0,0,0>,<0,0.25,0>,0.01
//rotate<0,0,180>
rotate<0,0,-90>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,-45,0>
pigment{color Green}
}
cone{<0,0,0>,0.05,<0,0.1,0>,0
//rotate<0,0,180>
translate<0,0.25,0>
rotate<0,0,-90>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,-45,0>
pigment{color Green}
}
// omega_N
cylinder{<0,0,0>,<0,0.25,0>,0.01
//rotate<0,0,180>
//rotate<30,30,0>
rotate<30,0,0>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,-45,0>
pigment{color Red}
}
cone{<0,0,0>,0.05,<0,0.1,0>,0
//rotate<0,0,180>
translate<0,0.25,0>
rotate<30,0,0>
translate<0,0,1>
rotate<-30,0,0>
rotate<0,-45,0>
pigment{color Red}
}
Licensing
[edit]This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 08:24, 1 March 2014 | 1,600 × 1,200 (564 KB) | Stündle (talk | contribs) | fix vektor | |
11:52, 19 August 2012 | 1,200 × 900 (402 KB) | Stündle (talk | contribs) | minor annotation fix | ||
08:59, 12 August 2012 | 1,200 × 900 (405 KB) | Stündle (talk | contribs) |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on de.wikipedia.org
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.
Horizontal resolution | 35.43 dpc |
---|---|
Vertical resolution | 35.43 dpc |
Software used |