processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.11k stars 3.22k forks source link

Addresses issue #7077 #7102

Closed Garima3110 closed 20 hours ago

Garima3110 commented 1 week ago

Resolves #7077 Removed default camera creation code in createCamera() method

Changes:

Screenshots of the change:

PR Checklist

limzykenneth commented 1 week ago

@Garima3110 @davepagurek Just to mention that the test are expected to fail so if the implementation itself looks good it can be merged.

Garima3110 commented 1 week ago

Sorry for the silly mistake, I've made the changes please take a look, and let me know if something additional needs to be done. Thankyou!