v1.9.1-1 (beta)
Pre-release
Pre-release
What's Changed
What's Changed 🎊
- lights() and specularMaterial() support on framebuffer block when filter is applied inside the block. by @perminder-17 in #6596
- Stores the width and height values before any adjustments are made, Solves #6581 by @diyaayay in #6588
- Image light performance improvements by implementing Framebuffers instead of Graphics. by @perminder-17 in #6599
- Added additional shader usage documentation related to replacement of default shaders. by @deveshidwivedi in #6601
- Fix filter shaders when rectMode is applied; add tests by @davepagurek in #6603
- Update WebGL contributor docs by @davepagurek in #6625
- Fixed example broken by #6216 and added information for new camera default setting by @inaridarkfox4231 in #6620
- Fix bug in orbitControl() where scaling with the mouse wheel worked even outside the canvas. by @inaridarkfox4231 in #6629
- Fix Web Accessibility output not tracking background color changes by @limzykenneth in #6619
- Update contributor_guidelines.md by @skushagra9 in #6636
- Update contributor_guidelines.md by @skushagra9 in #6637
- Fix typos in contributor_docs README.md by @jakebeamish in #6628
- Fix syntax error re:
new p5.Vector.cross
by @lindapaiste in #6640 - Add clearDepth() method for feedback effects by @davepagurek in #6584
- cleanup passing of mat4 arguments by @lindapaiste in #6633
- Fix bug in ortho() where using it without arguements, drawing failed in some cases, resolved. by @diyaayay in #6639
- refined the number of samples used in diffused and specular textures by @sudhanshuv1 in #6613
- Resolves #6612 by @calebfoss in #6649
- Fixed the shader in the
endShape()
example to make the boxes separated from one another by @RandomGamingDev in #6656 - bugfix #6653 vertexNormal() is not defined,replaces with normal by @diyaayay in #6659
- Updated docs for p5.Shader.js by @Garima3110 in #6672
- fixed the doubleClicked() in offline docs by @Artimus100 in #6685
- add missing return type by @asukaminato0721 in #6682
- fix documentation typo in src/math/random.js by @clemzio in #6702
- fixed second example in the reference page for
acos()
by @sudhanshuv1 in #6697 - make parms optional by @asukaminato0721 in #6689
- Update contributor_guidelines.md by @RohitPaul0007 in #6687
- Update the broken link in friendly_error_system.md by @PracDuckling in #6692
- Remove unused grunt task. by @IgnorantSapient in #6718
- fixed spelling in src/accessibility/describe.js by @PoulavBhowmick03 in #6705
- fixed spelling in src/accessibility/describe.js by @AmreshSrivastava in #6714
- Changed the definition of textBounds() in p5.Font.js by @sudhanshuv1 in #6673
- Changed width and height by @Hemant2A2 in #6658
- Create visual test system by @davepagurek in #6604
- Adding metallic feature in p5.js for both IBL and non-IBL codes. by @perminder-17 in #6618
- Solves issue #4562 by @Garima3110 in #6699
- lerpColor in HSL or HSB mode now can loop the color wheel if needed by @Bumblebee00 in #6708
- Enhanced loadModel() method signature with independent U and V flipping options. by @deveshidwivedi in #6669
- max and min now evaluates correctly by @iamnithishraja in #6730
- Add required parameters in _flipPixels function by @mohitbalwani in #6726
OrbitControl()
Compatibility withimageLight()
by fixing camera. by @perminder-17 in #6735
New Contributors
- @skushagra9 made their first contribution in #6636
- @jakebeamish made their first contribution in #6628
- @lindapaiste made their first contribution in #6640
- @sudhanshuv1 made their first contribution in #6613
- @Artimus100 made their first contribution in #6685
- @clemzio made their first contribution in #6702
- @RohitPaul0007 made their first contribution in #6687
- @PracDuckling made their first contribution in #6692
- @IgnorantSapient made their first contribution in #6718
- @PoulavBhowmick03 made their first contribution in #6705
- @AmreshSrivastava made their first contribution in #6714
- @Hemant2A2 made their first contribution in #6658
- @Bumblebee00 made their first contribution in #6708
- @iamnithishraja made their first contribution in #6730
- @mohitbalwani made their first contribution in #6726
Full Changelog: v1.9.0...v1.9.1-1