- Jan 24, 2019
-
-
David Gobbi authored
This restores earlier behavior of this option.
-
- Jan 23, 2019
-
-
-
7aeead2f Add more support for custom shaders in composite mapper. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !5090
-
2fa72032 Fix PrintSelf from classes inheriting from vtkAbstractPolyDataReader Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5088
-
6258e856 Avatar: Add head motion events. 2cd57714 Avatar: correctly handle up vector for torso rotation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !5093
-
- Jan 22, 2019
-
-
Clinton Stimpson authored
When copying shader settings to helper, re-order call to ClearAllShaderReplacements() to avoid clearing application set *ShaderCodes. Add UpdateShaderEvent for vtkCompositePolyDataMapper2 to allow application setting shader uniforms. Fixes regression in d1a72513. Final changes to fix vtk/vtk!17150
-
Aron Helser authored
Also add anonymous namespace and new baseline for torso rotation change.
-
81f9653a Move the VTK-m submodule forward 49f24f11 Re-enable the VTK-m Level Of Detail test with cuda. b4e08975 Convert vtkmAccelerators over to use vtk-m ArrayHandleVirtual. 4f1506d9 vtkmlib PortalTraits has traits for scalar,vec, and vec of vec. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5025
-
-
b51189cf examples: hide the IO example without a rendering backend Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5089
-
Ben Boeckel authored
It requires the `vtkInteractionStyle` module which needs rendering enabled.
-
Robert Maynard authored
-
Robert Maynard authored
-
Boris Basic authored
-
- Jan 21, 2019
-
-
62604093 Fix X11 resize freeze for vtkTkRenderWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !5087
-
Robert Maynard authored
This primarily means a reduction in the complexity of the filter policies, and more array conversion logic to handle when the storage type is 'virtual'
-
Robert Maynard authored
This way other code can easily see if the T type being passed in is a scalar, a vtkm::Vec or a vtkm::Vec<vtkm::Vec>. This is important when converting to and from vtk-m.
-
- Jan 19, 2019
-
-
David Gobbi authored
When the vtkTkRenderWidget was setting up the window, the program would freeze during the XIfEvent() for ConfigureNotify.
-
- Jan 18, 2019
-
-
Aron Helser authored
Correctly handle a non-Y up vector, and set the torso rotation to match the vector between the two hands.
-
185c78e2 Fix contour bands filter crashing when there are no contour values Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5083
-
18973c62 Store library name, not target name, in hierarchy Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5081
-
Andreas Buykx authored
The contour bands filter expected at least one contour value. It would crash when the number of contour values was set to zero. This is now handled with a warning message. The output polydata is empty.
-
- Jan 17, 2019
-
-
David Gobbi authored
Every entry in the hierarchy.txt files has a field for the module name. Before the new module system was introduced, the module name, target name, and library name (sans prefix) were all the same. The Python wrappers use the 'module' field in the hierarchy.txt files to construct the Python module name, e.g. vtkCommonCorePython. So we want hierarchy.txt files to store the lib name 'vtkCommonCore' rather than the target name 'VTK::CommonCore'.
-
15a10ab4 cmake: disable testing when downloads are forbidden f87798b9 cmake: improve VTK_BUILD_TESTING docstring Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5079
-
Ben Boeckel authored
-
Ben Boeckel authored
-
debae69b add an optional video callback to ffmpegvideosource Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5078
-
25d2722c vtkModule: set the `depends` module property c2d05f3f vtkModule: use the parameter for the header destination bc4fe026 vtkModule: use hierarchy and headers properties on the right target cf2de916 vtkModule: query headers as a module property Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5077
-
Ken Martin authored
This callback can be used to directly get the decoded data from the video source. This bypasses the yuvrgb converison and additional copies of data that are normally made which can result in much faster performance assuming you can decode the yuv data yourself etc.
-
24abde8d Changes all REQUIRED QUIET in find_package calls to REQUIRED. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5028
-
e7b70e33 Fixed handling of point scalar values close to clip values Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Will Schroeder <will.schroeder@kitware.com> Merge-request: !5067
-
-
80995195 Ensure that gl_FragDepth is set as-intended with tubes/spheres. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5073
-
80995195 Ensure that gl_FragDepth is set as-intended with tubes/spheres. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5073
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
f9d739f2 Replace busy waiting. ad3907cb Set the correct window size if initial size bigger than screen. aa1505a1 User resizing a window works now. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !5049
-
Andreas Buykx authored
Point scalar values close to clip values (within internal tolerance) are considered equal to the clip value. The clip value is used instead of the point scalar value for doing comparisons while building the polygons. When determining edge intersection points, if the upper value of a pair of edge points has as scalar value close to a clip value the last intersection point (which would be located at the edge point) is no longer added. Some other improvements are also included: 1) when an edge has no intersection points the edge would be entered in the edge table twice, because the 'no intersection points' value supplied (-1) is the same as the value returned for 'edge not found'. 2) scalar values are retrieved by using GetTypedComponent and GetComponent. 3) The generation of a sorted list of clip values and the lookup of clip values has been simplified with the use of stl algorithms. Because the clip values are now a std::vector, the internal data is stored in a pimpl struct. This contribution fixes vtk/vtk#17473 and vtk/vtk#16900. A test has been added to demonstrate this.
-