You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a part of the Summer of Code, I will be implementing noLights() along with @aferriss in src/webgl/light.js. The function will be- noLights().
This function will remove all the lights from the sketch for the subsequent buffers. It will affect all the methods called after this method is called.
Suggestions-
I and @aferriss had decided upon noLights() as the name for the function. Other suggestions were removeLights(), resetLights(). But we are open for better names and suggestions.
The text was updated successfully, but these errors were encountered:
Nature of issue?
Most appropriate sub-area of p5.js?
New feature details:
As a part of the Summer of Code, I will be implementing
noLights
() along with @aferriss insrc/webgl/light.js
. The function will be-noLights()
.This function will remove all the lights from the sketch for the subsequent buffers. It will affect all the methods called after this method is called.
Suggestions-
noLights()
as the name for the function. Other suggestions wereremoveLights()
,resetLights()
. But we are open for better names and suggestions.The text was updated successfully, but these errors were encountered: