We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all, I'm looking for shadow implementation for shapes. Something like this http://www.html5canvastutorials.com/advanced/html5-canvas-shadow-offset-tutorial/ by more in p5-way. Can anybody suggest something?
Answers
there's no built in p5.js method, but you can call html5canvas methods by using the
drawingContext
variable. something like this: