HI
I’m using processing in NetBeans but I got this error when I try to set P3D renderer in settings;
public void settings() {
size(300, 300, "P3D");
}
java.lang.RuntimeException: The P3D renderer is not in the class path.
How can I solve this problems? Do I have to load some specific jar library?
Thanks
Paolo