Rozmiar pierwotny(1024 × 768 pikseli, rozmiar pliku: 230 KB, typ MIME: image/png)

Opis

Opis
English: A wedge sum of two spheres with a cover appropriate to apply the Mayer-Vietoris sequence to calculate its homology groups.
Data
Źródło Own work using POV-Ray and Inkscape. Based on a drawing by User:GeometryGirl (public domain)
Autor RobHar

Data file

The spheres were produced using POV-Ray v3.6 using the following code:

 #include "colors.inc"
 #include "shapes.inc"   
 #include "textures.inc"
 
 camera
 {
        location <0, 0, -2>
        look_at <0, 0, 0>
 }
 
 //Striped textures
 #declare bluestripes = texture
        {
                pigment
                { 
                        gradient y
                        colour_map{[0 rgb <0,0,1>][0.1 rgb <1,1,1>]}
                }
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,45>
        }
        
 #declare redstripes = texture
        {
                pigment
                {
                        gradient y
                        colour_map{[0 rgb <0.8,0,0>][0.1 rgb <1,1,1>]}
                }
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,-45>          
        }
        
 #declare blueredstripes = texture
        {        
                pigment
                {
                        gradient y
                        colour_map{[0 rgb <0.8,0,0>][0.1 rgb <1,1,1>]}
                }                                                    
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,-45>   
        }              
        texture
        {
                pigment
                {
                        gradient y
                        colour_map{[0 rgb <0,0,0.8>][0.1 rgb <1,1,1> filter 1]}
                }
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,45>  
        }
 
 //Blue sphere
 object
 {
 sphere
 {
        <-0.5, 0, 0>, 0.5
        texture
        {
                bluestripes
        }
 }
 clipped_by{plane{x,-0.20}}
 }
 
 //Red sphere
 object
 {
 sphere
 {
        <0.5, 0, 0>, 0.5
        texture
        {
                redstripes          
        }
 }
 clipped_by{plane{-x,-0.20}}   
 }
 
 //Middle part
 union
 {
 sphere
 {
        <-0.5, 0, 0>, 0.5
        clipped_by{plane{-x,0.2}}       
 }
 sphere
 {
        <0.5, 0, 0>, 0.5
        clipped_by{plane{x,0.2}}       
 }
 
 texture
 {
        blueredstripes
 }
 }
 
 //Basepoint
 sphere
 {
        <0,0,-0.2> 0.02
        pigment {colour Black}
 }   
 
 //Empty background
 plane
 {
        <0, 1, 0>, -2
        no_image
 }                               
 
 light_source { <0, 1.5, -2> color White}

Licencja

Public domain Ja, właściciel praw autorskich do tej pracy, udostępniam ją jako własność publiczną. Dotyczy to całego świata.
W niektórych krajach może nie być to prawnie możliwe, jeśli tak, to:
Zapewniam każdemu prawo do użycia tej pracy w dowolnym celu, bez żadnych ograniczeń, chyba że te ograniczenia są wymagane przez prawo.

Podpisy

Dodaj jednolinijkowe objaśnienie tego, co ten plik pokazuje

Obiekty przedstawione na tym zdjęciu

przedstawia

Historia pliku

Kliknij na datę/czas, aby zobaczyć, jak plik wyglądał w tym czasie.

Data i czasMiniaturaWymiaryUżytkownikOpis
aktualny02:44, 18 gru 2008Miniatura wersji z 02:44, 18 gru 20081024 × 768 (230 KB)RobHar{{Information |Description={{en|1=A wedge sum of two spheres with a cover appropriate to apply the Mayer-Vietoris sequence to calculate its homology groups.}} |Source=Own work using POV-Ray and Inkscape |Author=RobHar |Date=2008-12-17 |Per

Poniższa strona korzysta z tego pliku:

Globalne wykorzystanie pliku

Ten plik jest wykorzystywany także w innych projektach wiki: