mathewpan2

Results 2 issues of mathewpan2

Resolves [#6891](https://github.com/processing/p5.js/issues/6891) ## Changes Added a method called `createModel()` within `src/webgl/loading.js` that allows users to call for loading a obj or stl file from a plain text string within the...

Resolves #6893 Changes: Added the ```_handleAlignment``` function in ```p5.Font.js``` to ```textToPoints```, so that it also follows the renderer's current alignment. Screenshots of the change: When ```textAlign(CENTER, BASELINE);``` was called, the...