-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Build Process
- Unit Testing
- Internalization
- Friendly Errors
- Other (specify if possible)
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 & rotationReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
DONE! 🎉