You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meshimage could be made to work properly for any transformation, if we created a bad mockup of a triangle rasterizer. Alternatively we know that the meshimage must be drawn per pixel, so could pseudo-rasterize a map of pixel positions to original positions.
This would probably only be for (a) PNG output or (b) if rasterize=true. SVG and PDF could either use the rasterization approach with 3x resolution, or just use the direct mesh as they do now. That's up for debate!
The text was updated successfully, but these errors were encountered:
Meshimage could be made to work properly for any transformation, if we created a bad mockup of a triangle rasterizer. Alternatively we know that the meshimage must be drawn per pixel, so could pseudo-rasterize a map of pixel positions to original positions.
This would probably only be for (a) PNG output or (b) if rasterize=true. SVG and PDF could either use the rasterization approach with 3x resolution, or just use the direct mesh as they do now. That's up for debate!
The text was updated successfully, but these errors were encountered: