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  

noSmooth()

   
Examples  
background(0); 
noSmooth(); 
ellipse(12, 30, 36, 36); 
smooth(); 
ellipse(53, 30, 36, 36); 
Description   Draws all geometry with jagged (aliased) edges.
   
Syntax  
noSmooth()
   
Returns   None
   
Usage   Web & Application
   
Related   smooth()
   
© 2004 - 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas