Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volume slice visbility broken #77

Closed
floryst opened this issue May 9, 2018 · 2 comments
Closed

Volume slice visbility broken #77

floryst opened this issue May 9, 2018 · 2 comments

Comments

@floryst
Copy link
Collaborator

floryst commented May 9, 2018

Enabling slice visibility in volume view will freeze the volume view and output the following warning:

Error: WebGL warning: clear: Framebuffer not complete. (status: 0x8cd7) 

Isolated to this vtk-js commit: Kitware/vtk-js@dec5008

Haven't looked much into it yet, but @martinken do you recognize the warning?

@martinken
Copy link
Member

Yes, that warning typically means someone is trying to use a framebuffer that is missing something it needs (such as a depth buffer or color buffer)

@martinken
Copy link
Member

Should be fixed by Kitware/vtk-js#733

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants