We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello!!
I would like to have a Motion Blur in P3D rendering and i tried in draw() this code, but doesn t work.
hi guys, I would like a motion blur in p3d but the hint(ENBLE_DEPHT_TEST) seams no work. Somenthing change? Any help? here the code:
hint(DISABLE_DEPTH_TEST);
fill(hue,saturation, brightness, 15);
stroke(255,255);
rect(0,0,width, height);
hint(ENABLE_DEPTH_TEST);
Any help?