PeasyCam Broken with p5.js v0.7.2 September 02, 2018
See original GitHub issuePeasy cam doesn’t load with the simple example provided in the readme - any ideas?
Uncaught TypeError: renderer.camera is not a function
at EasyCam.apply (p5.easycam.js:608)
at EasyCam.update (p5.easycam.js:591)
at p5.easycam.js:429
at callMethod (p5.js:55140)
at Array.forEach (<anonymous>)
at p5.redraw (p5.js:55148)
at p5.<anonymous> (p5.js:48840)
at p5.<anonymous> (p5.js:48742)
at new p5 (p5.js:49029)
at _globalInit (p5.js:48414)
Issue Analytics
- State:
- Created 5 years ago
- Comments:10
Top Results From Across the Web
03-Clock – 60212: INTERACTIVITY & COMPUTATION
Rules: 1. Every time a digit needs to update, it disappears and falls again from a fixed position. Same rule when a digit...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
While we await the above PR approval, OpenProcessing users who want to use 0.7.2 with EasyCam can drop the following fix into setup() prior to invoking createEasyCam()
For example: http://www.openprocessing.org/sketch/621401
Off topic: @nevahid A change was made on Jan 26: if calling vertex with 4 or more parameters, then a call must be made to texture() first. github.com/processing/p5.js/pull/3483