File:Android Robot POV-Ray.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Android_Robot_POV-Ray.png(315 × 365 pixels, file size: 26 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents
 
This image was created with POV-Ray.

Summary[edit]

Description
Date
Source Own work
Author Kostmo

Source code[edit]

// Author: Karl Ostmo
// Date: 10/30/2009

#include "colors.inc"
#include "metals.inc"

// See http://www.android.com/branding.html
// and http://en.wikipedia.org/wiki/File:Android-logo.svg

light_source {
   <2.8, 2, -2.83333>, rgb <1, 1, 1>
}

camera {
   perspective
   location <2, 1.2, -0.3>
   sky <0, 1, 0>
   direction <0, 0, 1>
   right <1.33333, 0, 0>
   up <0, 1, 0>
   look_at <0, 0.5, 0>
}

#declare antennae_angle = 30;
#declare antennae_length = 0.2;
#declare eye_height = 0.8;

#declare Antenna = cylinder {
	<0, antennae_length, 0>, <0, 0, 0>, 0.02
}

#declare Arm = merge {
     sphere {
        <0, 0, 0>, 0.1
        translate <0, 0.5, 0>
     }
     
     cylinder {
        <0, 0.5, 0>, <0, 0.1, 0>, 0.1
     }
     
     sphere {
        <0, 0.1, 0>, 0.1
     }
}

#declare Leg = merge {
         cylinder {
            <0, 0.5, 0>, <0, -0.2, 0>, 0.1
            translate <0, -0.25, 0>
         }
         sphere {
            <0, -0.2, 0>, 0.1
            translate <0, -0.25, 0>
         }
      }

#declare EyeSocket = cylinder {
            <0, 0.5, 0>, <0, 0, 0>, 0.05
            rotate z*(-90)
            translate <0, eye_height, 0>
         }

merge {
   merge {
      object{ Antenna
      rotate x*(-antennae_angle)
         translate <0, 1, -0.25>}
      
      object{ Antenna
      rotate x*(antennae_angle)
         translate <0, 1, 0.25>}
   }
   
   merge {
      object{ Arm
            translate z*(-0.6)}

      object{ Arm
            translate z*(0.6)}
   }
   
   merge {
      object{ Leg
            translate z*(.25)}
  
        object{ Leg
            translate z*(-.25)}
   }

   difference {
      // Head and Torso
      
      merge {
         // Torso
         
         cylinder {
            <0, 0.6, 0>, <0, -0.1, 0>, 0.5
         }
         
         sphere {
            <0, 0.6, 0>, 0.5
         }
         
         torus {
            0.4, 0.1
            translate y*(-0.1)
         }
         
         cylinder {
            <0, 0.1, 0>, <0, -0.2, 0>, 0.4
         }
      }
      
      cylinder {
      	// Head-torso spacing
         <0, 0.65, 0>, <0, 0.6, 0>, 0.6
      }
      
      merge {
         // Eye sockets
           object{ EyeSocket
            translate z*(-.25)}
           object{ EyeSocket
            translate z*(.25)}
     }

   }
   
   // Android Green is: #A4C639 or <0.64, 0.78, 0.22>
   
	pigment {
		MediumSpringGreen
	}
	/*
	finish {
		F_MetalD	
		ambient 0.2
		diffuse 0.6
	}
	*/
}

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:41, 30 October 2009Thumbnail for version as of 05:41, 30 October 2009315 × 365 (26 KB)Kostmo (talk | contribs){{Information |Description={{en|1=Source code: http://lib.povray.org/searchcollection/index2.php?objectName=AndroidRobot&version=1.0&contributorTag=kostmo Android Brand Guidelines permit use of the Android Robot: http://www.android.com/branding.html}} |So

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: