Creative-Coding-Processing-Full-Course
Creative-Coding-Processing-Full-Course copied to clipboard
Pixel Density
Since the examples are being captured on a high density display we should put pixelDensity(2) in setup() for everything. We can remove it later when the video is published but we should keep it now so that we don't forget to capture them with highest quality.
Okay, Thanks Sir for the info regarding the pixel density