Hey all,
I would like to check if PROCESSING supports declaration of a 3D canvas inside a GUI.
For instance, my GUI is size(400, 400);
I want my 3D canvas to be at centre of size (200, 200);
Right now, I realised that createGraphics() allows me to do that but I want to display my own 3D model in stl. (The createGraphics() example is great but does not allow me to display my own model )
On further digging, I realised modelbuilder and toxiclibs do support import of 3D model. However, their GUI is declared as 3D as a whole. For instance, size(400,400,OPENGL/P3D);
Is is possible to declare the 3D canvas inside the 2D GUI and have my model import at the same time?
Thank you all in advanced:D
hanny
1