I think this question has been answered before but I cannot find an answer. I assume I have to do something clever with Java but I do not want to start replacing *.jars without fully understanding what I am doing.
Hi, No I did not try to launch P3D from inside a Java application. Is that what you mean? There would be no point as the rest of the sketch is in Processing. I have only shared the one line of code that is giving the problem.
Ah my bad, there doesn’t seem to be any FX3D implementation in Processing yet. However you could try adding frameRate(); while using size(100, 100, P3D);. I remember this solving my issues with it (Also, it is mentioned here). Tell me how it goes