Loading...
Logo
Processing Forum
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.

Replies(1)

Same problem here in windows with *.obj files loaded in PShape instances and using P3D.