We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Me gustaría que me ayudaran a instalar la librería openGL en processing, he buscado y no encuentro como instalarla.
I would like to help me install the OpenGL library in processing, I have searched and can not find how to install it.
Processing already comes bundled w/ OpenGL in its PDE.
When using the size () I can not activate the command
I do not know if I'm doing well
size (460, 200, OpenGL)
Better take a look at size()'s reference yourself: https://processing.org/reference/size_.html
Common valid renderer constants are JAVA2D, P2D, P3D, OPENGL & PDF. Just pay attention that since Processing 2, P3D = OPENGL and P2D is OpenGL based too.
Thank you
Answers
Processing already comes bundled w/ OpenGL in its PDE.
When using the size () I can not activate the command
I do not know if I'm doing well
size (460, 200, OpenGL)
Better take a look at size()'s reference yourself:
https://processing.org/reference/size_.html
Common valid renderer constants are JAVA2D, P2D, P3D, OPENGL & PDF.
Just pay attention that since Processing 2, P3D = OPENGL and P2D is OpenGL based too.
Thank you