Setting the lights WEBGL

PHOTO EMBED

Sun Oct 15 2023 11:46:31 GMT+0000 (Coordinated Universal Time)

Saved by @seb_prjcts_be

  // Set the lights
  pointLight(200, 200, 200, -200, 0, 100);
  pointLight(200, 200, 200, 200, 0, 100);
  directionalLight(200, 200, 200, 0, 0, -1);
content_copyCOPY

https://editor.p5js.org/