スケッチからすべてのライトを削除します。
noLights()を呼び出すと、 lights()、 ambientLight()、 directionalLight()、 pointLight()、または spotLight()で作成されたすべてのライトが削除されます。 これらの関数はnoLights()の後に呼び出して、新しい照明スキームを作成できます。
実例
This page is generated from the comments in src/webgl/light.js . Please feel free to edit it and submit a pull request!