Hi there!!
I want to switch between 2D and 3D pressing a button, don’t know if that’s possible, someone knows?
I have my sketch running (processing 3, in android studio), and want to be able to change to 3D or go back to 2D, because when I run settings without P3D
public void settings() { size(displayWidth,displayHeight); }
It works fine, but when I put the P3D, the lanes and points (that I have without P3D) aren’t drawn as I want, but can’t quit the P3D because want to draw in 3D when I press a button.
Also don’t want to use P2D because it makes my fps to decrease from 42 to 12 fps, so would like to use not P3D and 3D when the button is pressed; other solution to my problem could be to fix the bad drawn lanes, here is a comparison of the both modes:
. . . . .not P3D. . . . and . . . . P3D
Sorry for the quality, I’m not good using Linux GIMP (miss paint) and the tablet from where I took the video to cut an image can’t or I don’t know how to make a screenshot.
Thanks