- Mar 27, 2024
-
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- Using `#version 150` for all opengl versions limited newer features found in OpenGL versions greater than 3.2 - The new code dynamically sets the glsl version to match up with the opengl version (for all versions > 3.2)
-
1ed31db8 CompositeCutterTest was missing some data bf5d3f96 FlyingEdgesPlaneCutter correctly cuts at min boundary Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !10982
-
fd9561a5 Update VTK build instructions for WebGPU Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10992
-
5a22c135 Fix issues with VTK to VTK-m array conversion Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10763
-
71778669 vtkHyperTreeGridVisibleLeavesSize: support an arbitrary number of sizes Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10985
-
Kitware Robot authored
-
- Mar 26, 2024
-
-
-
421750d0 CellGrid: Add missing PositionVC implementation in fragment shader Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10986
-
421750d0 CellGrid: Add missing PositionVC implementation in fragment shader Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10986
-
c81ede99 Fix vtk visrtx compilation broken by OSPRay 3 bump Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !10991
-
0b086dd8 VR: Relocate "SetStartingPhysical" methods from VR to RenderingCore 07c67818 VR: Add SetStartingPhysicalEventPose() API 8d62edb4 VR: Add SetStartingPhysicalToWorldMatrix() API 33936ca1 VR: Add SetDeviceInputDownCount() API 499fd6df VR: Add GetDeviceInputDownCount() API 108db572 VR: Add SetCurrentGesture() API for setting the gesture being recognized ab08eff4 VR: Add GetCurrentGesture() API for retrieving the gesture being recognized 69433498 STYLE: Update vtkVRRenderWindowInteractor header to group public functions ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10786
-
2a02120c docs(ResampleWithDataSet): fix mpi and HTG issue. b06be999 fix(ResampleWithHTG): fix wrong resampling with HTG and MPI. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !10975
-
5ee4fc14 Remove unnecessary virtual keywords in vtkZSpaceCoreCompatibilitySDKManager 0adcc395 Fix crash when clothing then re-opening zSpace view Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10981
-
Kenneth Moreland authored
Change the VTK to VTK-m array conversion routines to use `ArrayHandleRuntimeVec` and `ArrayHandleRecombineVec`. These are new features of VTK-m that allow you to specify an array with the tuple size specified at runtime. This change improves three specific things. * Fixes a bug when importing an array of "odd" tuple size (not 1, 2, 3, 4, 6, or 9). It was creating arrays of size one less than the actual size. * Avoids using `ArrayHandleGroupVecVariable`, which is supported by fewer VTK-m filters. * The VTK-m `ArrayHandle` now manages a reference back to the VTK array, so the `ArrayHandle` will continue to work even if the original VTK array is "deleted." This makes the code safer. * Unifies the implementation of the array conversion among number of components to avoid issues with surprise tuple sizes.
-
Tom Clabault authored
-
Kitware Robot authored
-
- Mar 25, 2024
-
-
a51d09ee COMP: Fix use of undeclared variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10987
-
Jaswant Panchumarti (Kitware) authored
-
-
-
-
2036d703 ci: update to buildcache 0.29.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !10989
-
2036d703 ci: update to buildcache 0.29.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !10989
-
2036d703 ci: update to buildcache 0.29.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !10989
-
Jean-Christophe Fillion-Robin authored
This change is done anticipating subsequent refactoring related to generalization of complex gesture recognition support. Co-authored-by:
Lucas Gandel <lucas.gandel@kitware.com>
-
Jean-Christophe Fillion-Robin authored
This helps client applications redefining the heuristic used to recognized complex gestures.
-
Jean-Christophe Fillion-Robin authored
This helps client applications redefining the heuristic used to recognized complex gestures.
-
Jean-Christophe Fillion-Robin authored
This helps client applications redefining the heuristic used to recognized complex gestures.
-
Jean-Christophe Fillion-Robin authored
This helps client applications redefining the heuristic used to recognized complex gestures. This is similar to the existing API for querying the number of pointers down. See vtkRenderWindowInteractor::GetPointersDownCount()
-
Jean-Christophe Fillion-Robin authored
This helps client applications redefining the heuristic used to recognized complex gestures.
-
Jean-Christophe Fillion-Robin authored
This helps client applications redefining the heuristic used to recognized complex gestures.
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
This helps client applications that are externally re-mapping the buttons associated with complex gesture.
-
Louis Gombert authored
-
David E. DeMarle authored
-
Nicolas Vuaille authored
* vtkCompositeCutter calls vtkFlyingEdgesPlaneCutter on each AMR block. This tests cut the AMR so some underlying images are cutted exactly on their min boundaries. Now thoses boundaries are actually extracted by the FlyingEdges. So update expected number of cells in test to reflect that. see #19225
-
Nicolas Vuaille authored
-
Ben Boeckel authored
-
Loïc Gaillard authored
-