-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Description
How would this new feature help increase access
- Document behaviour
Most appropriate sub-area of p5.js?
- Other (documentation)
Details:
I'm currently working on improving the material documentation.
The current documentation for ambientMaterial() does not mention fill(). I'm wondering if the two are equivalent since they have identical behaviour. See here for live demo.
I.e. is fill(255, 0, 0) the same as ambientMaterial(255, 0, 0)?
If they are equivalent, I would like to mention this in the documenation.
Link to fill (WEBGL) source code.
Link to ambientMaterial source code.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
System Level Changes