So I made myself a new sphere/Avatar

Discussion in 'Pictures' started by Dzyriq, Jul 13, 2013.

  1. Dzyriq

    Dzyriq Just another humble Overseer

    Joined:
    Jun 22, 2011
    Messages:
    2,033
    Likes Received:
    950
    I decided that it was time to make myself a new avatar with the sphere theme and include PNG in it somehow. This is what I got!!

    [​IMG]
    I included the PNG flag to show you my insperation
    [​IMG]
    The bird is a paradise bird and the stars represent the southern cross.
    If you look carefully you will see the Southern Cross on the other side of the sphere.
     

    Attached Files:

    • pg.png
      pg.png
      File size:
      101.1 KB
      Views:
      369
    • Sphere.jpg
      Sphere.jpg
      File size:
      390.8 KB
      Views:
      376
    • Like Like x 7
    • Creative Creative x 3
    • Dynamite Dynamite x 1
  2. MangoGirl

    MangoGirl Member

    Joined:
    Mar 3, 2013
    Messages:
    61
    Likes Received:
    25
    Omg that looks really cool! Nice work Dzy =D
     
    • Like Like x 1
  3. Squidword

    Squidword Active Member

    Joined:
    Mar 19, 2012
    Messages:
    446
    Likes Received:
    31
    Did you make it irl?
     
  4. FillWerrel

    FillWerrel Survival Staff
    Staff Member Newshound

    Joined:
    May 15, 2012
    Messages:
    2,920
    Likes Received:
    1,445
    I'm assuming yes..

    Very cool Dzy, looking forward to you returning soon!
     
  5. Dzyriq

    Dzyriq Just another humble Overseer

    Joined:
    Jun 22, 2011
    Messages:
    2,033
    Likes Received:
    950
    Yes I did, In a program called Povray, Download at www.povray.org

    Here is the Code: Just copy and paste it into POV and hit run
    However I disabled the Bird and the stars since they are image based

    Code:
    #include "textures.inc"
    #include "finish.inc"
     
     
    //#declare LayerFlag =
    //texture {pigment{image_map {png "pg-outline2.png" map_type 1 once  }}}
     
    #declare Layer0 =
    texture {pigment {rgb 1
    }}
     
    #declare Layer1_Map =
    color_map {
        [0.0 rgbf <0, 0, 1,0>]
        [0.1 rgbf <0, 1, 0,0>]
        [0.1 rgbf <0, 1, 1,1>]
        [1.0 rgbf <1, 1, 1,1>]
    }
     
    #declare Layer1 =
    texture {pigment {
        spiral1 3
        turbulence 0
        color_map { Layer1_Map }
    }}
     
    #declare Layer2_Map =
    color_map {
        [0.0 rgb <0.3, 1, 0.5>]
        [0.1 rgb <0.0, 0.6, 0.0>]
        [0.2 rgbt <0.0, 0.2,0,1>]
        [1.0 rgbt <0.0, 0.2,0,1>]
    }
     
    #declare Layer2 =
    texture {pigment {
        marble
        turbulence 1
        color_map { Layer2_Map }
    }}
     
     
     
    //---------------------------------------------
    #declare Cam_loc = <-30,0,0>;
    camera {location Cam_loc look_at <0,0,0>}
    //light_source {Cam_loc rgb 1}
    light_source {<-100,70,50> rgb 1}
     
    plane {x,15 texture {Rosewood} rotate <45,0,0>}
     
    object{
    union {
    difference {
    sphere {<0,0,0>,10 }
    sphere {<0,0,0>,9.9}
    }}
    interior {ior 1.5}
    texture {Layer1 scale 15 rotate <0,-100,-40>}
    //texture {LayerFlag scale 1 /*rotate <0,74,25> rotate <0,-20,0>*/}
    texture {Glass3}
    interior {Glass_Interior}
    finish {Phong_Shiny}
    rotate <0,074,25>
    }
    
     
    • Like Like x 1
  6. Dzyriq

    Dzyriq Just another humble Overseer

    Joined:
    Jun 22, 2011
    Messages:
    2,033
    Likes Received:
    950
    I did some changes to my sphere.
    What I did: Added some lights and changed the position of them to get the foreground details more clear. I also made some color changes in the Spiral to match the Swedish flag and a texture change to the background to match the sphere better. There has also been a slight change in the interior design to make the refraction more obvious.
    Enjoy
    [​IMG]
     

    Attached Files:

    • Winner Winner x 1
  7. Happy_Cookies

    Happy_Cookies Well Known Member

    Joined:
    Feb 8, 2012
    Messages:
    784
    Likes Received:
    311
    But I have a question i feel everyone shares...
    Why did you have a sphere in the first place?

    Looks nice, anyways :)
     
  8. Dzyriq

    Dzyriq Just another humble Overseer

    Joined:
    Jun 22, 2011
    Messages:
    2,033
    Likes Received:
    950
    I made one long ago and used it on MSN and then I put it on all my other forums and other things , I did not really want to share my face at that time.
     
  9. Exavious

    Exavious Forum Legend

    Joined:
    Jun 22, 2011
    Messages:
    2,013
    Likes Received:
    1,323
    Not that your current sphere isn't nice, because it is, I however am partial to the original Dzy sphere :)
     
  10. Dzyriq

    Dzyriq Just another humble Overseer

    Joined:
    Jun 22, 2011
    Messages:
    2,033
    Likes Received:
    950
    I wish I had the code left for the orginal. How ever I have strong childhood ties to the motive on this new sphere.
     

Share This Page