We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.5.0
Firefox 107.0
MacOS 12.5.1
When using beginShape(TESS), we perform a 2D tesselation, and projecting the points into 2D along the normal specified here:
beginShape(TESS)
https://github.com/processing/p5.js/blob/main/src/webgl/p5.RendererGL.js#L1501
This works for faces that face the camera, but breaks on faces that are perpendicular to the camera, leaving holes e.g. in this sketch: https://editor.p5js.org/davepagurek/sketches/HLO-ZN5Vg
The text was updated successfully, but these errors were encountered:
davepagurek
Successfully merging a pull request may close this issue.
Most appropriate sub-area of p5.js?
p5.js version
1.5.0
Web browser and version
Firefox 107.0
Operating System
MacOS 12.5.1
Steps to reproduce this
When using
beginShape(TESS)
, we perform a 2D tesselation, and projecting the points into 2D along the normal specified here:https://github.com/processing/p5.js/blob/main/src/webgl/p5.RendererGL.js#L1501
This works for faces that face the camera, but breaks on faces that are perpendicular to the camera, leaving holes e.g. in this sketch: https://editor.p5js.org/davepagurek/sketches/HLO-ZN5Vg
The text was updated successfully, but these errors were encountered: