PShape SVG displaying differently in P3D Processing 2
in
Core Library Questions
•
5 months ago
I have noticed that displaying SVG vector graphics using PShape has different results in P2D vs. P3D modes running in the new Processing 2 (beta9).
disableStyle() does not seem to work in P3D mode, therefore I can not apply stroke() or fill() information. Please see attached images for reference.
Drawn using P2D (default)
Drawn using P3D, same code.
1