p5.RendererGL not supported?

edited April 2018 in p5.js

p5.RendererGL link on reference page shows nothing....is it not supported at the moment?

I ask because I am interested in using p5.Texture and it needs a p5.RendererGL context to support it.

Answers

  • Answer ✓

    hi @MKAV, sorry for the late response—the p5.RendererGL is more of an internal class at the moment. if you want to use it, you'll need to dig into the p5.js source directly.

  • Okay, I think I misunderstood the documentation. Using 'WEBGL' as a third parameter in the createCanvas() function was all I needed to do.

Sign In or Register to comment.