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  

noLights()

   
Examples  
noLights(); 
noStroke(); 
background(153, 0, 0); 
translate(58, 48, 0); 
rotateY(0.5); 
box(40); 
Description   Disables lighting (turns the lights off). Lighting is off by default. The lights() function turns the lights on.
   
Syntax  
noLights()
   
Returns   None
   
Usage   Web & Application
   
Related   lights()
   
© 2004 - 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas