インフォ FAQ
言語 環境比較
 
Index
 
  Processing 1.0 _ALPHAリファレンスは開発途中である。
もしエラーやコメントがあれば、reas at groupc.netへメールして下さい。
Name  

lights()

   
Examples  
lights(); 
noStroke(); 
background(153, 0, 0); 
translate(58, 48, 0); 
rotateY(0.5); 
box(40); 
Description  

ライティングを可能にする。(ライトをつける) light()機能はライティングパラメータをさらに詳細にし、noLights()はライティングを使用不可にする。

 

   
Syntax  
lights()
   
Returns   なし
   
Usage   Web & Application
   
Related   noLights()
   
© 2004- 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas