Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

OpenGL doesnt work

$
0
0
Hello,
the code

import processing.opengl.*;

void setup()
{
  size( 640, 480, OPENGL );
}

produce message

no framebuffer objects available

how to fix it?

Viewing all articles
Browse latest Browse all 1768

Trending Articles