This is what happens when I run the specs_test sketch from processing ide:-
def setup
size(100, 100, P3D)
puts(Java::Processing::opengl::PGraphicsOpenGL.OPENGL_VENDOR)
puts(Java::Processing::opengl::PGraphicsOpenGL.OPENGL_RENDERER)
puts(Java::Processing::opengl::PGraphicsOpenGL.OPENGL_VERSION)
puts(Java::Processing::opengl::PGraphicsOpenGL.GLSL_VERSION)
puts(Java::Processing::opengl::PGraphicsOpenGL.OPENGL_EXTENSIONS)
end
Initially nothing seems to happen, but output to console happens on closure of the sketch (this is a temporary feature according to Fukuda-san)
No comments:
Post a Comment