Diese Datei stammt aus Wikimedia Commons und kann von anderen Projekten verwendet werden. Die Beschreibung von deren Dateibeschreibungsseite wird unten angezeigt.
Recorregut de la llum que forma l'arc de Sant Martí primari
Recorregut de la llum que forma l'arc de Sant Martí secundari
Observador
Regió que forma l'arc de Sant Martí primari
Regió que forma l'arc de Sant Martí secundari
Zona de l'atmosfera plena de petites gotes esfèriques
Tiếng Việt: Sơ đồ cho thấy cách cầu vồng sơ cấp và thứ cấp được hình thành do sự truyền ánh sáng trong các giọt hình cầu. Thông tin chi tiết theo dõi ngay sau đây:
Ich, der Urheberrechtsinhaber dieses Werkes, veröffentliche es hiermit unter der folgenden Lizenz:
Es ist erlaubt, die Datei unter den Bedingungen der GNU-Lizenz für freie Dokumentation, Version 1.2 oder einer späteren Version, veröffentlicht von der Free Software Foundation, zu kopieren, zu verbreiten und/oder zu modifizieren; es gibt keine unveränderlichen Abschnitte, keinen vorderen und keinen hinteren Umschlagtext.
Der vollständige Text der Lizenz ist im Kapitel GNU-Lizenz für freie Dokumentation verfügbar.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
verbreitet werden – vervielfältigt, verbreitet und öffentlich zugänglich gemacht werden
neu zusammengestellt werden – abgewandelt und bearbeitet werden
Zu den folgenden Bedingungen:
Namensnennung – Du musst angemessene Urheber- und Rechteangaben machen, einen Link zur Lizenz beifügen und angeben, ob Änderungen vorgenommen wurden. Diese Angaben dürfen in jeder angemessenen Art und Weise gemacht werden, allerdings nicht so, dass der Eindruck entsteht, der Lizenzgeber unterstütze gerade dich oder deine Nutzung besonders.
Diese Lizenzmarkierung wurde auf Grund der GFDL-Lizenzaktualisierung hinzugefügt.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue
Du darfst es unter einer der obigen Lizenzen deiner Wahl verwenden.
Español: Tres imágenes trazadas de rayos, creadas usando POV-Ray, puestas juntas y añadidos después números y líneas negras en un paquete de software de gráficos. Abajo se encuentra el "código" para crear los diagramas de arriba, y el paisaje de abajo respectivamente:
English: Three raytraced images, created using POV-Ray (see http://www.povray.org/), put together and numbers and black lines added in a graphics software package afterwards. Below is the "code" to create the diagrams above, and the landscape below, respectively:
Tiếng Việt: Ba hình ảnh raytraced, được tạo bằng POV-Ray (xem http://www.povray.org/), được ghép lại với nhau và các số và dòng màu đen được thêm vào trong một gói phần mềm đồ họa sau đó. Dưới đây là "mã" để tạo các sơ đồ ở trên và cảnh quan bên dưới, tương ứng:
POV-Ray "code" for the diagrams showing light propagation inside the droplets:
/* ================================================= Light propagation in a spherical droplet, forming primary and secondary rainbows ------------------------------------------------- Created by Søren Peo Pedersen - see my user page at http://da.wikipedia.org/wiki/Bruger:Peo ================================================= */#declarePrimaryRays=yes;// Use "no" for light propagation in secondary rainbow,// or "yes" for light propagation in primary rainbow.#if(PrimaryRays)// Rendition of light propagation for primary rainbow's light propagation:#localpgmSpectrum1=pigment{// Pigment for first spectrum "fan-out"radialcolor_map{[0.0000colorrgbt<.5,0,1,1>][0.1429colorrgbt<.5,0,1,.5>][0.2857colorrgbt<0,0,1,.5>][0.4286colorrgbt<0,1,1,.5>][0.5714colorrgbt<0,1,0,.5>][0.7143colorrgbt<1,1,0,.5>][0.8571colorrgbt<1,0,0,.5>][1.0000colorrgbt<1,0,0,1>]}frequency200rotate<90,0,-13.1>translate<-3.806586,1.70909106,0>scale1/1.67}#localpgmSpectrum2=pigment{// Pigment for second spectrum "fan-out"radialcolor_map{[0.0000colorrgbt<1,1,1,1>][0.5000colorrgbt<1,1,1,0>][1.0000colorrgbt<1,1,1,1>]}frequency200rotate<90,0,-13.1>translate<-3.806586,1.70909106,0>scale1/1.67}union{difference{// Incoming white light beambox{<-100,.67,-.0001>,<0,.83,.0001>}sphere{0,1}pigment{gradientycolor_map{[0.0colorrgbt<1,1,1,1>][0.2colorrgbt<1,1,1,.9>][0.3colorrgbt<1,1,1,.5>][0.5colorrgbt<1,1,1,0>][0.7colorrgbt<1,1,1,.5>][0.8colorrgbt<1,1,1,1,.9>][1.0colorrgbt<1,1,1,1>]}scale.16translate<0,.67,0>}finish{ambient1diffuse0}no_shadowno_reflectionrotate<0,0,-20.825>}difference{// First "rainbow-colored" beam inside dropletcylinder{<0,0,-.0001>,<0,0,.0001>,1}// Disc w. same diameter as dropletplane{<0,1,0>,0rotate<0,0,-14.9>translate<-0.7141428,.7,0>}// Cut-offplane{<0,-1,0>,0rotate<0,0,-13.1>translate<-0.6,.8,0>}// boundariespigment{gradientxpigment_map{[0pgmSpectrum2][1pgmSpectrum1]}scale1.67translate<-.7,0,0>}finish{ambient1diffuse0}rotate<0,0,-20.825>no_shadowno_reflection}merge{// Second "rainbow-colord" beam inside droplet - "crossing over" itselfdifference{// The portion to the left of the "cross-over" pointcylinder{<0,0,.0003>,<0,0,.0002>,1}// Droplet-sized discplane{<0,-1,0>,0rotate<0,0,45>translate<1,.12,0>}// Cut-offplane{<0,1,0>,0rotate<0,0,25>translate<1,-.09,0>}// boundaries }difference{// The portion to the right of the "cross-over" pointcylinder{<0,0,.0003>,<0,0,.0002>,1}// Droplet-sized discplane{<0,1,0>,0rotate<0,0,45>translate<1,.12,0>}// Cut-offplane{<0,-1,0>,0rotate<0,0,25>translate<1,-.09,0>}// boundaries }pigment{radialcolor_map{[0.0000colorrgbt<.5,0,1,1>][0.1429colorrgbt<.5,0,1,.5>][0.2857colorrgbt<0,0,1,.5>][0.4286colorrgbt<0,1,1,.5>][0.5714colorrgbt<0,1,0,.5>][0.7143colorrgbt<1,1,0,.5>][0.8571colorrgbt<1,0,0,.5>][1.0000colorrgbt<1,0,0,1>]}frequency18rotate<90,0,-35>translate<.606514871,-.273485129,0>}finish{ambient1diffuse0}no_shadowno_reflection}difference{// The "rainbow-colored light" leaving the droplet at lower left corner:box{<-100,0,-.0001>,<0,10,.0001>rotate<0,0,32.825>translate<-.113,-.994,0>}plane{<0,-1,0>,0rotate<0,0,8.825>translate<-.565,-.805,0>}cylinder{<0,0,-1>,<0,0,1>,1}// Cut away part that would fall inside dropletpigment{radialcolor_map{[0.0000colorrgbt<1,0,0,1>][0.1429colorrgbt<1,0,0,0>][0.2857colorrgbt<1,1,0,0>][0.4286colorrgbt<0,1,0,0>][0.5714colorrgbt<0,1,1,0>][0.7143colorrgbt<0,0,1,0>][0.8571colorrgbt<.5,0,1,0>][1.0000colorrgbt<.5,0,1,1>]}frequency15rotate<-90,0,20.825>translate<0.416125,-.65268,0>}finish{ambient1diffuse0}no_shadowno_reflection}}#else// Rendition of light propagation for secondary rainbow's light propagation:#localpgmSpectrum1=pigment{// Pigment for "rainbow-colored" part of first beam inside dropletradialcolor_map{[0.0000colorrgbt<1,0,0,1>][0.1429colorrgbt<1,0,0,.5>][0.2857colorrgbt<1,1,0,.5>][0.4286colorrgbt<0,1,0,.5>][0.5714colorrgbt<0,1,1,.5>][0.7143colorrgbt<0,0,1,.5>][0.8571colorrgbt<.5,0,1,.5>][1.0000colorrgbt<.5,0,1,1>]}frequency200rotate<90,0,-.9>translate<-3.7364,-0.69606,0>scale1/1.7}#localpgmSpectrum2=pigment{// Pigment for white part of first "rainbow-colored" beam inside dropletradialcolor_map{[0.0000colorrgbt<1,1,1,1>][0.5000colorrgbt<1,1,1,0>][1.0000colorrgbt<1,1,1,1>]}frequency200rotate<90,0,-.9>translate<-3.8364,-0.69606,0>scale1/1.7}union{difference{// White-to "rainbow-colored" beam inside dropletcylinder{<0,0,-.0001>,<0,0,.0001>,1}plane{<0,1,0>,0rotate<0,0,-.9>translate<-.657,-.757,0>}plane{<0,-1,0>,0rotate<0,0,.9>translate<-.777,-.637,0>}pigment{gradientxpigment_map{[0pgmSpectrum2][1pgmSpectrum1]}scale1.7translate<-.8,0,0>}finish{ambient1diffuse0}no_shadowno_reflection}merge{difference{// Lower part of self-crossing beam at right-ahdn side inside dropletcylinder{<0,0,.0002>,<0,0,.0003>,1}plane{<1,0,0>,0rotate<0,0,-6>translate<.622,-.692,0>}plane{<-1,0,0>,0rotate<0,0,6>translate<.787,-.727,0>}}difference{// Upper part of self-crossing beam at right-ahdn side inside dropletcylinder{<0,0,.0002>,<0,0,.0003>,1}plane{<-1,0,0>,0rotate<0,0,-6>translate<.622,-.692,0>}plane{<1,0,0>,0rotate<0,0,6>translate<.787,-.727,0>}}pigment{radialcolor_map{[0.0000colorrgbt<1,0,0,1>][0.1429colorrgbt<1,0,0,.5>][0.2857colorrgbt<1,1,0,.5>][0.4286colorrgbt<0,1,0,.5>][0.5714colorrgbt<0,1,1,.5>][0.7143colorrgbt<0,0,1,.5>][0.8571colorrgbt<.5,0,1,.5>][1.0000colorrgbt<.5,0,1,1>]}frequency30rotate<90,0,84>translate<.702661,0.075435,0>}finish{ambient1diffuse0}no_shadowno_reflection}merge{// Right-hand part of self-crossing beam at top of dropletdifference{cylinder{<0,0,.0004>,<0,0,.0005>,1}plane{<0,-1,0>,0rotate<0,0,6>translate<.637,.777,0>}plane{<0,1,0>,0rotate<0,0,-6>translate<.772,.642,0>}}difference{// Left-hand part of self-crossing beam at top of dropletcylinder{<0,0,.0004>,<0,0,.0005>,1}plane{<0,1,0>,0rotate<0,0,6>translate<.637,.777,0>}plane{<0,-1,0>,0rotate<0,0,-6>translate<.772,.642,0>}}pigment{radialcolor_map{[0.0000colorrgbt<1,0,0,1>][0.1429colorrgbt<1,0,0,.5>][0.2857colorrgbt<1,1,0,.5>][0.4286colorrgbt<0,1,0,.5>][0.5714colorrgbt<0,1,1,.5>][0.7143colorrgbt<0,0,1,.5>][0.8571colorrgbt<.5,0,1,.5>][1.0000colorrgbt<.5,0,1,1>]}frequency30rotate<90,0,-6>translate<.06228,0.716595,0>}finish{ambient1diffuse0}}no_shadowno_reflectionrotate<0,0,5>}difference{// "Rainbow-colored" beam leaving the dropletbox{<-10,0,.0002>,<.3,10,.0003>rotate<0,0,38.325>translate<-.827,.557,0>}plane{<0,-1,0>,0rotate<0,0,14.325>translate<-.697,.717,0>}cylinder{<0,0,-1>,<0,0,1>,1}pigment{radialcolor_map{[0.0000colorrgbt<1,0,0,1>][0.1429colorrgbt<1,0,0,0>][0.2857colorrgbt<1,1,0,0>][0.4286colorrgbt<0,1,0,0>][0.5714colorrgbt<0,1,1,0>][0.7143colorrgbt<0,0,1,0>][0.8571colorrgbt<.5,0,1,0>][1.0000colorrgbt<.5,0,1,1>]}frequency15rotate<90,0,-21.3>translate<-0.59003,0.744316,0>}finish{ambient1diffuse0}no_shadowno_reflection}difference{// Incoming white light beambox{<-100,-1,-.0001>,<0,-.87,.0001>}sphere{0,1}pigment{gradientycolor_map{[0.0colorrgbt<1,1,1,1>][0.2colorrgbt<1,1,1,.9>][0.3colorrgbt<1,1,1,.5>][0.5colorrgbt<1,1,1,0>][0.7colorrgbt<1,1,1,.5>][0.8colorrgbt<1,1,1,1,.9>][1.0colorrgbt<1,1,1,1>]}scale.13translate<0,-1,0>}finish{ambient1diffuse0}no_shadowno_reflectionrotate<0,0,-20.825>}#enddifference{// Droplet - actually a hemisphere for appearance reasonssphere{0,1}plane{<0,0,1>,.001}pigment{colorrgbt<.7,.8,1,.7>}finish{phong1phong_size80reflection.6metallic}}camera{// Viewpointup<0,1,0>right<1,0,0>// Assume square-shaped image formatlocation<-.2,0,-2.5>look_at<-.2,0,0>}light_source{// Light<-10,0,-10>colorrgb1.5rotate<0,0,-20.825>}----POV-Ray"code"forthelandscapewithrainbows,observerand"droplet cloud":/* ================================================= "Landscape" showing the formation of two rainbows ------------------------------------------------- Created by Søren Peo Pedersen - see my user page at http://da.wikipedia.org/wiki/Bruger:Peo ================================================= */plane{// Flat terrain in the foreground<0,1,0>,0pigment{colorrgb<.65,.7,.6>}finish{ambient.4}}plane{<0,0,-1>,0// Invisible surface carrying the grey "cloud"pigment{cylindricalcolor_map{[0.0colorrgbt<1,1,1,1>][0.5colorrgbt<.7,.7,.7,0>][1.0colorrgbt<.5,.5,.5,0>]}rotate<90,0,0>scale7translate<8,8,0>turbulence.3}finish{ambient1diffuse0}}sky_sphere{// Provides a sky with light blue color gradientpigment{gradientycolor_map{[0colorrgb<.1,.3,.2>][.5colorrgb<.65,.7,.6>][.5colorrgb<.8,.9,1>][1colorrgb<.2,.5,1>]}translate-.5scale2turbulence.1}}union{// The observer in the lower, left-hand cornersphere{0,1scale<.2,.8,.2>pigment{colorrgb<0,0,1>}finish{ambient.5}}sphere{<0,1,0>,.2pigment{colorrgb<1,.7,.4>}finish{ambient.5}}translate<-6.5,0,-4>}#macroColorFunction(Plads)// Creates a color from the spectrum (from 0=red to 1=purple)#localU=4.9999*(Plads-int(Plads*4.9999)/4.9999);#switch(Plads)#range(0.0,0.2)colorrgb<1,U,0>#break#range(0.2,0.4)colorrgb<1-U,1,0>#break#range(0.4,0.6)colorrgb<0,1,U>#break#range(0.6,0.8)colorrgb<0,1-U,1>#break#range(0.8,1.0)colorrgb<U,0,1>#break#end#end#macroBeam(Num,Primay)// Renders a white incoming beam, and a colored "returned" beam#localR=seed(145*Num);#localLgd=11+rand(R)*3;#if(Primay)#localVinkel=42.3-20.825-1.7*Num;#else#localVinkel=50.7-20.825+2.9*Num;#endmerge{cylinder{0,<Lgd,0,0>,.01pigment{ColorFunction(Num)}finish{ambient1diffuse0}rotate<0,0,Vinkel>translate<-6.5,1,-4>no_shadow}cylinder{<-100,0,0>,0,.01rotate<0,0,-20.825>translate<-6.5+Lgd*cos(radians(Vinkel)),1+Lgd*sin(radians(Vinkel)),-4>}pigment{colorrgb1}finish{ambient1diffuse0}}#end// Light beams forming the primary rainbow:#object{Beam(0.00,yes)}#object{Beam(0.25,yes)}#object{Beam(0.50,yes)}#object{Beam(0.75,yes)}#object{Beam(1.00,yes)}// Light beams forming the secondary rainbow:#object{Beam(0.00,no)}#object{Beam(0.25,no)}#object{Beam(0.50,no)}#object{Beam(0.75,no)}#object{Beam(1.00,no)}// Totally transparent pigment set of primary and secondary arc#localArcPgmt0=pigment{cylindricalcolor_map{[0.0colorrgbt<1,1,1,1>][0.00001colorrgbt<1,0,1,1>][0.022colorrgbt<0,0,1,1>][0.044colorrgbt<0,1,1,1>][0.066colorrgbt<0,1,0,1>][0.088colorrgbt<1,1,0,1>][0.11colorrgbt<1,0,0,1>][0.11colorrgbt<1,1,1,1>][0.39colorrgbt<1,1,1,1>][0.39colorrgbt<1,0,0,1>][0.40colorrgbt<1,1,0,1>][0.41colorrgbt<0,1,0,1>][0.42colorrgbt<0,1,1,1>][0.43colorrgbt<0,0,1,1>][0.44colorrgbt<1,0,1,1>][0.44colorrgbt<1,1,1,1>][1.0colorrgbt<1,1,1,1>]}}// Slightly non-transparent pigment set of primary and secondary arc#localArcPgmt1=pigment{cylindricalcolor_map{[0.0colorrgbt<1,1,1,1>][0.00001colorrgbt<1,0,1,.7>][0.022colorrgbt<0,0,1,.7>][0.044colorrgbt<0,1,1,.7>][0.066colorrgbt<0,1,0,.7>][0.088colorrgbt<1,1,0,.7>][0.11colorrgbt<1,0,0,0>][0.11colorrgbt<1,1,1,1>][0.39colorrgbt<1,1,1,1>][0.39colorrgbt<1,0,0,.2>][0.40colorrgbt<1,1,0,.2>][0.41colorrgbt<0,1,0,.2>][0.42colorrgbt<0,1,1,.2>][0.43colorrgbt<0,0,1,.2>][0.44colorrgbt<1,0,1,.2>][0.44colorrgbt<1,1,1,1>][1.0colorrgbt<1,1,1,1>]}}// Surface carrying the two rainbows in front of the grey "cloud"plane{<-1,0,0>,0pigment{radialpigment_map{[0.0ArcPgmt1][0.2ArcPgmt0][0.8ArcPgmt0][1.0ArcPgmt1]}rotate<0,0,90>scale<4.18495,4.18495,7>translate<0,1,-4>}finish{ambient1diffuse0}hollowno_shadow}// Viewpointcamera{location<-5,5,-15>look_at<1,4,0>}// "Infinitely" remote light source with parallel rays:light_source{<-1000,0,0>colorrgb1.5rotate<0,0,-20.825>parallel}
Kurzbeschreibungen
Ergänze eine einzeilige Erklärung, was diese Datei darstellt.
Diagrama que mostra com es formen els arcs de Sant Martí primaris i secundaris a causa de la descomposició de la llum blanca en gotes esfèriques
Đây là một hình ảnh 12 sơ đồ thí nghiệm về liên quan đến cầu vồng