Justin Wilson

Results 5 comments of Justin Wilson

Decided to run my program attached to RenderDoc to see what's going on and found that VTK renders ok on the first color pass, but then Qt Quick starts the...

Upon further testing, my assumption above was incorrect. The problem is vtkGenericOpenGLRenderWindow::Start binds it's own frame buffer after Qt Quick had already bound the one to be rendered in. So...

I guess "overrode" would have been a better word to use. I inherited vtkGenericOpenGLRenderWindow from a new class and overrode vtkGenericOpenGLRenderWindow::Start function to make it re-bind the FBO coming from...

> I currently use this function as a workaround: > > ``` > func runCommand(cwd string, command string, args ...string) (ran bool, err error) { > wd, _ := os.Getwd()...

So can we merge the workaround? This is still an issue 3 years later