Most appropriate sub-area of p5.js?
p5.js version
1.6.0
Web browser and version
Chrome 114.0.5735.110 (Official Build) (64-bit)
Operating System
Windows 10
Steps to reproduce this
Steps:
- Create a camera object
- Resize the canvas
Snippet:
function windowResized() {
resizeCanvas(windowWidth, windowHeight);
}
let cam = createCamera(); // create a new camera instance with custom properties and then resize the window and it'll reset multiple of the camera's attributes like its position & rotation
Most appropriate sub-area of p5.js?
p5.js version
1.6.0
Web browser and version
Chrome 114.0.5735.110 (Official Build) (64-bit)
Operating System
Windows 10
Steps to reproduce this
Steps:
Snippet: