Loading...
Logo
Processing Forum
Here is the full error under debug while running the app on my device. I am using P3D btw:

Smooth is not supported by this hardware (or driver)

I am not using the smooth command at all.

Replies(3)

I believe the default smooth() mode is smooth(2).

Try using noSmooth() in setup() to remove the warning message.
smooth is on by default. (see http://www.processing.org/reference/smooth_.html)/.
but its not implemented under android mode.
so don't worry !
Calling noSmooth() does not solve the problem. I am calling noSmooth() in setup() and in draw(). The application crashes with the same error.

Running the sketch without P3D works. Unfortunately shaders only work in P3D mode.

Edit: This crashed a sketch only on Nexus 4. Runs on Nexus 7.

I filed a bug at: