normalMaterial() doesn't take these parameters:
https://github.com/processing/p5.js/blob/b2d1abce3ab5ebdeeb93558645405072521eaa13/test/manual-test-examples/webgl/mixedMode/sketch.js#L16
To do: fix the call to normalMaterial in the mixedMode manual test to follow the current proper usage (hint: no arguments)
Has anybody claimed this? If not I would like to take this issue.
great! go for it @EOstling !
@EOstling if you not started yet I would also like to work on this. :smile:
@Janglee123 If you are still interested this issue is accepting new pull requests again. Just to clarify, the only thing that should be done here is the removal of the arguments for normalMaterial() in this manual test example.
@stalgiag Can I work on this? I already had a PR for this issue.
Yep go for it @ashwathbhat !
@stalgiag #3660 fixes this issue.