- 03 Sep, 2020 4 commits
-
-
Ken Martin authored
de644aba Add support for sharing a context with a generic window Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7210
-
Michael Migliore authored
8c1c641b Add tolerance to glTF node orientation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7207
-
Michael Migliore authored
15eb25e1 Ignore empty cells when converting UG to ESG Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !7208
-
Kitware Robot authored
-
- 02 Sep, 2020 10 commits
-
-
Ken Martin authored
Support sharing of context between Generic and Win32 assumes the generic window's context is current when sharing. Useful to share a Qt based window with a VTK window.
-
Michael Migliore authored
454df19c Fix pathtracer background Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7206
-
Michael Migliore authored
-
Michael Migliore authored
-
Mathieu Westphal authored
03f8cb66 Converting a warning into a debug message Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !7205
-
Michael Migliore authored
-
Mathieu Westphal authored
When opening certain openFOAM simulation, warning message can flood the terminal output, slowing the software. This converts this warning into a debug message.
-
Michael Migliore authored
87bf6ed6 Fix type mismatch warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Andrew Maclean <andrew.amaclean@gmail.com> Merge-request: !7201
-
Michael Migliore authored
-
Kitware Robot authored
-
- 01 Sep, 2020 7 commits
-
-
Will Schroeder authored
320464e6 Accelerate geometry extraction especially for unstructured grids Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !6501
-
Dan Lipsa authored
6137ba4a Adds what for VTK_SERIAL_TESTS_USE_MPIEXEC 0ee88050 Document option in build.md 0cd6c3a5 Optionally run serial tests through mpiexec. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7182
-
Will Schroeder authored
This commit acclerates geometry extraction of vtkGeometryFilter by 1) tuning data access; 2) adding a new, higher-performing method to vtkUnstructuredGrid::IsCellBoundary(); and 3) threading the algorithm. At this point typical performance improvements are 5-10x over vtkDataSetSurfaceFilter (which is harder to thread because the global face hash table is a parallel bottleneck, and requires additional support for compositing the hash table.)
-
Ken Martin authored
52f6a960 Add intersect with frustum test to vtkBox Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7202
-
Ken Martin authored
Add a test if a box is intersecting a frustum to vtkBox. It is a greedy test in that it may return true for some cases where they do not intersect.
-
Yohann Bearzi authored
d20be0be fixing a warning in vtkOverlappingCellsDetector Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7160
-
Kitware Robot authored
-
- 31 Aug, 2020 14 commits
-
-
Ken Martin authored
393dc947 Fix couple issues with hardware picking Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7196
-
Yohann Bearzi authored
-
Yohann Bearzi authored
3845560f bug fix in cell detector Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !7195
-
David E. DeMarle authored
0c28244d allow vtk to take advantage of the filesystem bypass mode 4ab45bab remove a completely extraneous deep copy Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sujin Philip <sujin.philip@kitware.com> Merge-request: !7186
-
Dan Lipsa authored
-
Elvis Stansvik authored
736f3342 Call Initialize()/Start() after showing widget 086af689 Put the QVTKRenderWindowInteractor in a main window Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !7194
-
Paul Lafoix authored
d186a83e Add SSAO in the Renderer Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7157
-
Ken Martin authored
When interfacing with other OpenGL code we have to be careful of what we do to the OpenGL state. The Render() call handles this but there are other places where user code can cause VTK to execute OpenGL calls such as picking and reading pixel data without going through Render(). This topic tries to address the picking entry point by saving state and restoring it after picking. It also removes an extra clear that was happening before the Render() call which was clearing the currently bound buffer which was unknown and not needed. Addresses paraview/paraview#19964
-
Yohann Bearzi authored
The neighbor cell bank used in the filter used a wrong index
-
Paul Lafoix authored
3a7f8b66 Fix modified time in tonemapping 48e912de Clear depth buffer before rendering tone mapping Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !7165
-
Michael Migliore authored
-
Paul Lafoix authored
-
Paul Lafoix authored
-
Kitware Robot authored
-
- 30 Aug, 2020 4 commits
-
-
Elvis Stansvik authored
-
Elvis Stansvik authored
Closes #17992
-
David E. DeMarle authored
b670adbd fix ospray rendered molecular bond colors and a crash sans bonds Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7190
-
Kitware Robot authored
-
- 29 Aug, 2020 1 commit
-
-
Kitware Robot authored
-