Language \ Environment \ Comparison
 
Index
 
  The Processing 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: reas at groupc.net
Name  

sphere()

   
Examples  
noStroke(); 
lights(); 
translate(58, 48, 0); 
sphere(28); 
Description   A sphere is a hollow ball made from tessellated triangles.
   
Syntax  
sphere(radius)
   
Parameters  
radius   int or float: the radius of the sphere

   
Returns   None
   
Usage   Web & Application
   
   
© 2004 - 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas