Hi,
The size of my sketch in void setup() is
size(1100,700,P3D);
I want to do something to make just for example the coordinate (100,100, 200,400) P3D.
In another word, I don’t want all my sketch be P3D.
(Imagine a sketch that half of it is simple and just showing some simple text and the other half is showing a 3D animation.)
Is there such a thing and can I do that?
I hope could make my question clear.