vinny-888
vinny-888
I get this error with `python render_on_macos.py --vis` ``` OpenGL.error.GLError: GLError( err = 1282, description = b'invalid operation', baseOperation = glBindFramebuffer, cArguments = (GL_DRAW_FRAMEBUFFER, 0) ``` Is the intention that...
What python version are you using in conda? Python 3.11 is not working for me and still get this error ``` OpenGL.error.GLError: GLError( err = 1282, description = b'invalid operation',...
> I got the elastic_dragon example working,I modified it to add a camera and get video, so I think the hello world example is not fully working properly. I still...