QtVtk icon indicating copy to clipboard operation
QtVtk copied to clipboard

An integration between Qt Quick Controls 2 and VTK for 3D rendering

Results 15 QtVtk issues
Sort by recently updated
recently updated
newest added

I have q question regarding the integration of vtkPlaneWidget, vtkSplineWidget, etc. to the code, It is possible to have the widget rendered to the screen, but the mouse interaction does...

Ubuntu 18.04.5 Building with VTK-8.2.0 yet cmake seems to want version 9 of libvtkWrappingTools: `cmake -DCMAKE_BUILD_TYPE=Release .. CMake Error at /usr/local/lib/cmake/vtk-9.0/VTK-targets.cmake:1229 (message): The imported target "VTK::WrappingTools" references the file "/usr/local/lib/libvtkWrappingTools-9.0.so.9.0.1"...

I can't build the master version of QtVTK anymore with VTK 8.2.0 and Qt 5.12.3 on Linux: ``` /home/user/projects/QtVtk/src/QVTKFramebufferObjectRenderer.cpp: In constructor ‘QVTKFramebufferObjectRenderer::QVTKFramebufferObjectRenderer()’: /home/user/projects/QtVtk/src/QVTKFramebufferObjectRenderer.cpp:28:35: error: ‘QVTKOpenGLNativeWidget’ has not been declared QSurfaceFormat::setDefaultFormat(QVTKOpenGLNativeWidget::defaultFormat());...

The following configuration files were considered but not accepted: I TRY VTK 8.1.0, 8.1.1, 8.2.0 version, but I still get this error. What's the matter?

Hello, with VTK 9.0 it doesn't work the code. Does anyone known what happens?

Hello, does anyone have any idea why the program works on several computers but doesn't start on the Microsoft Surface (with windows 10)? It doesn't return errors. My idea is...

Has anyone gotten this to work with a recent version of VTK? All I get is a white background and a open button. It seems to load in models, but...

Hi, I have managed to compile the run the code on Windows 10 (64bit) with VTK8.2 and Qt5.12.6 using the msvc2017_64 compiler. It is now loading the model fine, thanks...

With recent version it doesn't work the code. I just get a blank screen. But I found the solution, It doesn't require a external window anymore but vtkGenericOpenGLRenderWindow.

Hi, I just compiled the code in Mac but when I ran it I got: vtkExternalOpenGLRenderWindow (0x7f862e1e7200): VTK is designed to work with OpenGL version 3.2 but it appears it...