hello guys,
i am developing a kind of large project for my thesis, and I happened to notice today processing v2 64 bit, which I downloaded to try my sketch.
I have to say that v2 really improved. I am using P3D, because for some reason open GL is really slow on my sketch. On v2 graphics seem a little faster.
(although, when moving the camera with peasy cam, i get some flickers. They say they improved P3D adding some openGL stuff. You think if I disable on board graphics and force processing to work with my GPU it will benefit? )
my current problems are :
-the say that textMode(SCREEN) is been replaced with textSpace(SCREEN_SPACE)
(i use peasy cam)
in fact textMode screen pops an error (although the program does not halt) and the text is displayed normally
anyway, I tried the new command textSpace but processing says its not valid
-it also pops an error saying that serial does not work in 64 bit mode.
can i solve this ?
thanks in advance
i am developing a kind of large project for my thesis, and I happened to notice today processing v2 64 bit, which I downloaded to try my sketch.
I have to say that v2 really improved. I am using P3D, because for some reason open GL is really slow on my sketch. On v2 graphics seem a little faster.
(although, when moving the camera with peasy cam, i get some flickers. They say they improved P3D adding some openGL stuff. You think if I disable on board graphics and force processing to work with my GPU it will benefit? )
my current problems are :
-the say that textMode(SCREEN) is been replaced with textSpace(SCREEN_SPACE)
(i use peasy cam)
in fact textMode screen pops an error (although the program does not halt) and the text is displayed normally
anyway, I tried the new command textSpace but processing says its not valid
-it also pops an error saying that serial does not work in 64 bit mode.
can i solve this ?
thanks in advance
1